com.cc.framework
Interface Globals


public interface Globals

This interface defines global variables used by the common controls framework.

Naming conventions see javax.servlet.ServletRequest

Since:
1.0
Version:
$Revision: 1.39 $
Author:
Harald Schulz

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

ROOT_KEY

public static final java.lang.String ROOT_KEY
Naming Root key


COMMENT_KEY

public static final java.lang.String COMMENT_KEY
Key for a value of Type Boolean that enables or disables the comment output for all painters and tags. The Property can be stored in any scope of the Application


PRINCIPAL_KEY

public static final java.lang.String PRINCIPAL_KEY
Key for the Principal object in the session


PAINTER_KEY

public static final java.lang.String PAINTER_KEY
Key to register the Painter Factory in the user session


PAINTERCONEXT_STACK_KEY

public static final java.lang.String PAINTERCONEXT_STACK_KEY
Key to register the Painter Context stack in the request. The Context Stack is used to nest controls


RESOURCE_KEY

public static final java.lang.String RESOURCE_KEY
Key to register the resource cache in the Application | Session | Request or Page


MENUCONTEXT_KEY

public static final java.lang.String MENUCONTEXT_KEY
Key for the menu context in the JSP


DECORATOR_KEY

public static final java.lang.String DECORATOR_KEY
RequestDecorator object


DECORATOR_ACT_KEY

public static final java.lang.String DECORATOR_ACT_KEY
RequestDecorator object


DIALOGMANAGER_KEY

public static final java.lang.String DIALOGMANAGER_KEY
Key for the Dialog Manager


DIALOGFACTORY_KEY

public static final java.lang.String DIALOGFACTORY_KEY
Key for the dialog factory


DIALOG_KEY

public static final java.lang.String DIALOG_KEY
Key for the running dialog instance


ERRORS_SAVE_KEY

public static final java.lang.String ERRORS_SAVE_KEY
Key for the Error Collection in the session. The Error Collection is used to achieve the Struts Error Objects over multiple Server round trips (if they are stored in the Request org.apache.struts.Globals#ERROR_KEY)


MESSAGES_SAVE_KEY

public static final 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)


BROWSER_INFO_KEY

public static final java.lang.String BROWSER_INFO_KEY
Key for Client Browser Settings object. See the ClientSettings class on how to initialize the Settings object.


TEMPLATE_KEY

public static final java.lang.String TEMPLATE_KEY
Key for JSP Templates


LOCALENAME_KEY

public static final java.lang.String LOCALENAME_KEY
Key for locale Setting


MESSAGE

public static final java.lang.String MESSAGE
Key for Framework Message Resources Configuration


JSPBODYBUFFER_KEY

public static final java.lang.String JSPBODYBUFFER_KEY
Key for buffered JSP Bodies


AJAX_TOKEN

public static final java.lang.String AJAX_TOKEN
The token that will be send in a HTTP request to identify the request as an AJAX request. (When you change this constant you'll have to change the constant in the *.js file too)

See Also:
Constant Field Values

REQUEST_SEEN

public static final java.lang.String REQUEST_SEEN
This key indicates that an action has seen the HTTP-Request before


STATE_PARAM

public static final java.lang.String STATE_PARAM
Set name of the Request parameter that is used to synchronize control states


CONVERTER_PARAM

public static final java.lang.String CONVERTER_PARAM
Set name of the Request parameter that is used to store information about Converters


PROPERTY_PREFIX

public static final java.lang.String PROPERTY_PREFIX
Prefix for property names


STRUTS_BEAN_KEY

public static final java.lang.String STRUTS_BEAN_KEY
value of org.apache.struts.taglib.html.Constants#BEAN_KEY

See Also:
Constant Field Values

STRUTS_SELECT_KEY

public static final java.lang.String STRUTS_SELECT_KEY
value of org.apache.struts.taglib.html.Constants#SELECT_KEY

See Also:
Constant Field Values

STRUTS_CANCEL_KEY

public static final java.lang.String STRUTS_CANCEL_KEY
value of org.apache.struts.Globals#CANCEL_KEY

See Also:
Constant Field Values


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.