org.moremotion.page
Class CommandDefinition
java.lang.Object
org.moremotion.config.ConditionalListItem
org.moremotion.page.CommandDefinition
public class CommandDefinition
- extends ConditionalListItem
A CommandDefinition defines a command that can be used to navigate to a certain MoreMotion page.
It includes a command name and parameters.
- Version:
- $Id: CommandDefinition.java 247 2008-11-07 17:27:34Z erkan $
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
METHOD_GET
public static final java.lang.String METHOD_GET
- See Also:
- Constant Field Values
METHOD_POST
public static final java.lang.String METHOD_POST
- See Also:
- Constant Field Values
METHOD_GET_OR_POST
public static final java.lang.String METHOD_GET_OR_POST
- See Also:
- Constant Field Values
clearPageVars
public ConfigParameter clearPageVars
clearSessionVars
public ConfigParameter clearSessionVars
method
public ConfigParameter method
getName
public java.lang.String getName()
getNodesToEncrypt
public ParmToEncrypt[] getNodesToEncrypt(MoreMotionRequest request)
throws java.lang.Exception
- Throws:
java.lang.Exception
getParams
public ConditionalList getParams()
Copyright © 2002-2011 MOR YAZILIM. All Rights Reserved.