|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.aoindustries.website.Constants
public class Constants
Constants that may be used by other applications.
| Field Summary | |
|---|---|
static java.lang.String |
AO_CONN
The session key used to store the effective AOServConnector when the user has successfully authenticated. |
static java.lang.String |
AUTHENTICATED_AO_CONN
The session key used to store the AOServConnector that the user has authenticated as. |
static java.lang.String |
AUTHENTICATION_MESSAGE
The request key used to store authentication messages. |
static java.lang.String |
AUTHENTICATION_TARGET
The session key that stores the authentication target. |
static java.lang.String |
HTTP_SERVLET_RESPONSE_STATUS
Until version 3.0 there will not be a getStatus method on the HttpServletResponse class. |
static java.lang.String |
LAYOUT
The session key used to store the current layout. |
static java.lang.String |
LOCALE
The request key used to store the current Locale. |
static java.lang.String |
PERMISSION_DENIED
The request key used to store the List<AOServPermission> that ALL must be allowed for the specified task. |
static java.lang.String |
SITE_SETTINGS
The request key used to store the current SiteSettings. |
static java.lang.String |
SKIN
The request key used to store the current Skin. |
static java.lang.String |
SU_REQUESTED
The session key that stores when a "su" has been requested. |
| 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 SU_REQUESTED
public static final java.lang.String AO_CONN
AOServConnector when the user has successfully authenticated. Any "su" can change this.
public static final java.lang.String AUTHENTICATED_AO_CONN
AOServConnector that the user has authenticated as. "su" will not changes this.
public static final java.lang.String AUTHENTICATION_TARGET
public static final java.lang.String AUTHENTICATION_MESSAGE
public static final java.lang.String LAYOUT
layout. The layout setting
affects the per-request skin selection.
public static final java.lang.String SKIN
Skin.
public static final java.lang.String SITE_SETTINGS
SiteSettings.
public static final java.lang.String LOCALE
Locale.
public static final java.lang.String PERMISSION_DENIED
List<AOServPermission> that ALL must be allowed for the specified task.
public static final java.lang.String HTTP_SERVLET_RESPONSE_STATUS
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||