to.etc.iocular.web
Class Keys

java.lang.Object
  extended by to.etc.iocular.web.Keys

public class Keys
extends java.lang.Object


Field Summary
static java.lang.String APP_CONFIG
           
static java.lang.String APP_CONTAINER
           
static java.lang.String REQUEST_CONTAINER
           
static java.lang.String SESSION_CONTAINER
           
 
Constructor Summary
Keys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_CONFIG

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

APP_CONTAINER

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

REQUEST_CONTAINER

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

SESSION_CONTAINER

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

Keys

public Keys()