|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines global variables used by the common controls framework.
Naming conventions see javax.servlet.ServletRequest
Field Summary | |
static java.lang.String |
AJAX_TOKEN
The token that will be send in a HTTP request to identify the request as an AJAX request. |
static java.lang.String |
BROWSER_INFO_KEY
Key for Client Browser Settings object. |
static java.lang.String |
COMMENT_KEY
Key for a value of Type Boolean that enables or disables the comment output for all painters and tags. |
static java.lang.String |
CONVERTER_PARAM
Set name of the Request parameter that is used to store information about Converters |
static java.lang.String |
DECORATOR_ACT_KEY
RequestDecorator object |
static java.lang.String |
DECORATOR_KEY
RequestDecorator object |
static java.lang.String |
DIALOG_KEY
Key for the running dialog instance |
static java.lang.String |
DIALOGFACTORY_KEY
Key for the dialog factory |
static java.lang.String |
DIALOGMANAGER_KEY
Key for the Dialog Manager |
static java.lang.String |
ERRORS_SAVE_KEY
Key for the Error Collection in the session. |
static java.lang.String |
JSPBODYBUFFER_KEY
Key for buffered JSP Bodies |
static java.lang.String |
LOCALENAME_KEY
Key for locale Setting |
static java.lang.String |
MENUCONTEXT_KEY
Key for the menu context in the JSP |
static java.lang.String |
MESSAGE
Key for Framework Message Resources Configuration |
static java.lang.String |
MESSAGES_SAVE_KEY
Key for the message collection in the session Message Collection is used to achieve the Struts Message Objects over multiple Server round trips (if they are stored in the Request org.apache.struts.Globals#MESSAGE_KEY) |
static java.lang.String |
PAINTER_KEY
Key to register the Painter Factory in the user session |
static java.lang.String |
PAINTERCONEXT_STACK_KEY
Key to register the Painter Context stack in the request. |
static java.lang.String |
PRINCIPAL_KEY
Key for the Principal object in the session |
static java.lang.String |
PROPERTY_PREFIX
Prefix for property names |
static java.lang.String |
REQUEST_SEEN
This key indicates that an action has seen the HTTP-Request before |
static java.lang.String |
RESOURCE_KEY
Key to register the resource cache in the Application | Session | Request or Page |
static java.lang.String |
ROOT_KEY
Naming Root key |
static java.lang.String |
STATE_PARAM
Set name of the Request parameter that is used to synchronize control states |
static java.lang.String |
STRUTS_BEAN_KEY
value of org.apache.struts.taglib.html.Constants#BEAN_KEY |
static java.lang.String |
STRUTS_CANCEL_KEY
value of org.apache.struts.Globals#CANCEL_KEY |
static java.lang.String |
STRUTS_SELECT_KEY
value of org.apache.struts.taglib.html.Constants#SELECT_KEY |
static java.lang.String |
TEMPLATE_KEY
Key for JSP Templates |
Field Detail |
public static final java.lang.String ROOT_KEY
public static final java.lang.String COMMENT_KEY
public static final java.lang.String PRINCIPAL_KEY
public static final java.lang.String PAINTER_KEY
public static final java.lang.String PAINTERCONEXT_STACK_KEY
public static final java.lang.String RESOURCE_KEY
public static final java.lang.String MENUCONTEXT_KEY
public static final java.lang.String DECORATOR_KEY
public static final java.lang.String DECORATOR_ACT_KEY
public static final java.lang.String DIALOGMANAGER_KEY
public static final java.lang.String DIALOGFACTORY_KEY
public static final java.lang.String DIALOG_KEY
public static final java.lang.String ERRORS_SAVE_KEY
public static final java.lang.String MESSAGES_SAVE_KEY
public static final java.lang.String BROWSER_INFO_KEY
ClientSettings
class on how
to initialize the Settings object.
public static final java.lang.String TEMPLATE_KEY
public static final java.lang.String LOCALENAME_KEY
public static final java.lang.String MESSAGE
public static final java.lang.String JSPBODYBUFFER_KEY
public static final java.lang.String AJAX_TOKEN
public static final java.lang.String REQUEST_SEEN
public static final java.lang.String STATE_PARAM
public static final java.lang.String CONVERTER_PARAM
public static final java.lang.String PROPERTY_PREFIX
public static final java.lang.String STRUTS_BEAN_KEY
public static final java.lang.String STRUTS_SELECT_KEY
public static final java.lang.String STRUTS_CANCEL_KEY
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |