| org.apache.cocoon.acting.AbstractAction org.apache.cocoon.acting.SetterAction
SetterAction | public class SetterAction extends AbstractAction implements Parameterizable,ThreadSafe(Code) | | This action can be used to set information in either the object model,
the request or the session.
All parameters set for this action are set in the according location
whereas the parameter name is the key and the value of the parameter
will be set as a string value for this key.
version: SVN $Id: SetterAction.java 433543 2006-08-22 06:22:54Z crossley $ |
MODEDEF_OBJECT_MODEL | final public static String MODEDEF_OBJECT_MODEL(Code) | | |
MODEDEF_REQUEST_ATTR | final public static String MODEDEF_REQUEST_ATTR(Code) | | |
MODEDEF_SESSION_ATTR | final public static String MODEDEF_SESSION_ATTR(Code) | | |
MODE_OBJECT_MODEL | final public static int MODE_OBJECT_MODEL(Code) | | |
MODE_REQUEST_ATTR | final public static int MODE_REQUEST_ATTR(Code) | | |
MODE_SESSION_ATTR | final public static int MODE_SESSION_ATTR(Code) | | |
parameterize | public void parameterize(Parameters params) throws ParameterException(Code) | | See Also: Parameterizable.parameterize(org.apache.avalon.framework.parameters.Parameters) throws: ParameterException - |
Fields inherited from org.apache.cocoon.acting.AbstractAction | final protected static Map EMPTY_MAP(Code)(Java Doc)
|
|
|