webwork/src/main/webwork/action NoParameters.java,NONE,1.1

[email protected] Thu, 13 Nov 2003 13:43:07 -0800
Newsgroups gmane.comp.java.open-symphony.cvs
Message-ID <[email protected]>
Update of /cvsroot/opensymphony/webwork/src/main/webwork/action
In directory sc8-pr-cvs1:/tmp/cvs-serv24790

Added Files:
	NoParameters.java 
Log Message:
Marker interface that should be implemented by actions that do not 
want to have parameters set on them automatically

--- NEW FILE: NoParameters.java ---
/*
 * WebWork, Web Application Framework
 *
 * Distributable under Apache license.
 * See terms of license at opensource.org
 */
package webwork.action;

/**
* This marker interface should be implemented by actions that do not want any
* parameters set on them automatically (by the ParametersActionFactoryProxy)
* This may be useful if one is using the action tag and want to supply
* the parameters to the action manually using the param tag.
* It may also be useful if one for security reasons wants to make sure that
* parameters cannot be set by malicious users.
*
* @author	Dick Zetterberg ([email protected])
* @version	$Revision: 1.1 $, $Date: 2003/11/13 21:43:04 $
*/
public interface NoParameters
{
}




-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/