edu.uoc.fw.core.config
Class CommandConfig.Scope

java.lang.Object
  extended by edu.uoc.fw.core.config.CommandConfig.Scope
Enclosing class:
CommandConfig

public static class CommandConfig.Scope
extends java.lang.Object

Constants per a la configuraciķ de l'āmbit del formulari que utilitzarā el command

Version:
1.0
Author:
Luis Bravo Fuentes

Field Summary
static java.lang.String REQUEST
           
static java.lang.String SESSION
           
 
Constructor Summary
CommandConfig.Scope()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SESSION

public static final java.lang.String SESSION
See Also:
Constant Field Values

REQUEST

public static final java.lang.String REQUEST
See Also:
Constant Field Values
Constructor Detail

CommandConfig.Scope

public CommandConfig.Scope()