org.nakedobjects.webapp
Class WebAppConstants

java.lang.Object
  extended by org.nakedobjects.webapp.WebAppConstants

public final class WebAppConstants
extends java.lang.Object


Field Summary
static java.lang.String DEPLOYMENT_TYPE_DEFAULT
          Deployment type to use if there is none specified.
static java.lang.String DEPLOYMENT_TYPE_KEY
          Name of context-param (ServletContext#getInitParameter(String)) to specify the deployment type.
static java.lang.String HTTP_SESSION_AUTHENTICATION_SESSION_KEY
          Key under which the AuthenticationSession is bound as a session attribute (HttpSession#getAttribute(String)).
static java.lang.String HTTP_SESSION_LOGGED_ON_PREVIOUSLY_USING_LOGON_FIXTURE_KEY
          Key used to determine if a logon has already been performed implicitly using the LogonFixture, meaning that a Logout should be followed by the Logon page.
static java.lang.String NAKED_OBJECTS_SYSTEM_KEY
          Key under which the NakedObjectsSystem is bound as an servlet context attribute (ServletContext#getAttribute(String)).
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEPLOYMENT_TYPE_KEY

public static final java.lang.String DEPLOYMENT_TYPE_KEY
Name of context-param (ServletContext#getInitParameter(String)) to specify the deployment type.

See Also:
Constant Field Values

DEPLOYMENT_TYPE_DEFAULT

public static final java.lang.String DEPLOYMENT_TYPE_DEFAULT
Deployment type to use if there is none specified.


NAKED_OBJECTS_SYSTEM_KEY

public static final java.lang.String NAKED_OBJECTS_SYSTEM_KEY
Key under which the NakedObjectsSystem is bound as an servlet context attribute (ServletContext#getAttribute(String)).


HTTP_SESSION_AUTHENTICATION_SESSION_KEY

public static final java.lang.String HTTP_SESSION_AUTHENTICATION_SESSION_KEY
Key under which the AuthenticationSession is bound as a session attribute (HttpSession#getAttribute(String)).


HTTP_SESSION_LOGGED_ON_PREVIOUSLY_USING_LOGON_FIXTURE_KEY

public static final java.lang.String HTTP_SESSION_LOGGED_ON_PREVIOUSLY_USING_LOGON_FIXTURE_KEY
Key used to determine if a logon has already been performed implicitly using the LogonFixture, meaning that a Logout should be followed by the Logon page.



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.