org.moremotion.page
Class CommandDefinition

java.lang.Object
  extended by org.moremotion.config.ConditionalListItem
      extended by 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 $

Field Summary
 ConfigParameter clearPageVars
           
 ConfigParameter clearSessionVars
           
 ConfigParameter method
           
static java.lang.String METHOD_GET
           
static java.lang.String METHOD_GET_OR_POST
           
static java.lang.String METHOD_POST
           
 
Method Summary
 java.lang.String getName()
           
 ParmToEncrypt[] getNodesToEncrypt(MoreMotionRequest request)
           
 ConditionalList getParams()
           
 
Methods inherited from class org.moremotion.config.ConditionalListItem
getCondition, precondSatisfied, setCondition
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

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.