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 165 2008-07-01 15:29:42Z erkan $

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

Field Detail

clearPageVars

public ConfigParameter clearPageVars

clearSessionVars

public ConfigParameter clearSessionVars
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-2008 MOR YAZILIM. All Rights Reserved.