|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.webapp.WebAppConstants
public final class WebAppConstants
| 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 |
|---|
public static final java.lang.String DEPLOYMENT_TYPE_KEY
public static final java.lang.String DEPLOYMENT_TYPE_DEFAULT
specified.
public static final java.lang.String NAKED_OBJECTS_SYSTEM_KEY
NakedObjectsSystem is bound as an
servlet context attribute (ServletContext#getAttribute(String)).
public static final java.lang.String HTTP_SESSION_AUTHENTICATION_SESSION_KEY
AuthenticationSession is bound as a
session attribute (HttpSession#getAttribute(String)).
public static final java.lang.String HTTP_SESSION_LOGGED_ON_PREVIOUSLY_USING_LOGON_FIXTURE_KEY
LogonFixture, meaning that a Logout should be followed by the Logon page.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||