org.apache.beehive.netui.pageflow.internal
Class InternalConstants

Object
  extended by InternalConstants

public class InternalConstants
extends Object


Field Summary
static int ACTION_EXTENSION_LEN
           
static String ACTION_OVERRIDE_PREFIX
          The prefix for a button or imageButton that has an action.
static String ATTR_PREFIX
           
static String BACKING_CLASS_IMPLICIT_OBJECT
           
static String BEGIN_ACTION_PATH
           
static String CURRENT_JPF_ATTR
           
static String CURRENT_LONGLIVED_ATTR
           
static String FACES_BACKING_ATTR
           
static String FACES_BACKING_EXTENSION
           
static String FACES_EXTENSION
           
static String FACES_EXTENSION_DOT
           
static String GLOBALAPP_CLASSNAME
           
static String GLOBALAPP_MEMBER_NAME
           
static String GLOBALAPP_MODULE_CONTEXT_PATH
           
static String INTERNAL_VAR_PREFIX
           
static String JSF_EXTENSION
           
static String JSF_EXTENSION_DOT
           
static String MESSAGE_IS_EXPRESSION_PREFIX
          The page flow compiler generates this message key when the message is actually an expression for us to evaluate at runtime.
static int MESSAGE_IS_EXPRESSION_PREFIX_LENGTH
           
static String NETUI_CONFIG_PATH
           
static String RETURN_ACTION_VIEW_RENDERER_PARAM
           
static String RETURNING_FORM_ATTR
           
static String RETURNING_FROM_NESTING_ATTR
           
static String SHARED_FLOW_ATTR_PREFIX
           
static String SHARED_FLOW_EXTENSION
           
static String SHARED_FLOW_MODULE_PREFIX
           
static int SHARED_FLOW_MODULE_PREFIX_LEN
           
static String SHARED_FLOW_ROOT_MODULE
           
static String WEBINF_DIR
           
 
Constructor Summary
InternalConstants()
           
 
Method Summary
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_IS_EXPRESSION_PREFIX

public static final String MESSAGE_IS_EXPRESSION_PREFIX
The page flow compiler generates this message key when the message is actually an expression for us to evaluate at runtime.

See Also:
Constant Field Values

MESSAGE_IS_EXPRESSION_PREFIX_LENGTH

public static final int MESSAGE_IS_EXPRESSION_PREFIX_LENGTH

ATTR_PREFIX

public static final String ATTR_PREFIX
See Also:
Constant Field Values

FACES_BACKING_ATTR

public static final String FACES_BACKING_ATTR
See Also:
Constant Field Values

BACKING_CLASS_IMPLICIT_OBJECT

public static final String BACKING_CLASS_IMPLICIT_OBJECT
See Also:
Constant Field Values

SHARED_FLOW_MODULE_PREFIX

public static final String SHARED_FLOW_MODULE_PREFIX
See Also:
Constant Field Values

SHARED_FLOW_MODULE_PREFIX_LEN

public static final int SHARED_FLOW_MODULE_PREFIX_LEN

SHARED_FLOW_ROOT_MODULE

public static final String SHARED_FLOW_ROOT_MODULE
See Also:
Constant Field Values

FACES_EXTENSION

public static final String FACES_EXTENSION
See Also:
Constant Field Values

JSF_EXTENSION

public static final String JSF_EXTENSION
See Also:
Constant Field Values

FACES_EXTENSION_DOT

public static final String FACES_EXTENSION_DOT
See Also:
Constant Field Values

JSF_EXTENSION_DOT

public static final String JSF_EXTENSION_DOT
See Also:
Constant Field Values

INTERNAL_VAR_PREFIX

public static final String INTERNAL_VAR_PREFIX
See Also:
Constant Field Values

ACTION_EXTENSION_LEN

public static final int ACTION_EXTENSION_LEN

GLOBALAPP_MODULE_CONTEXT_PATH

public static final String GLOBALAPP_MODULE_CONTEXT_PATH
See Also:
Constant Field Values

GLOBALAPP_CLASSNAME

public static final String GLOBALAPP_CLASSNAME
See Also:
Constant Field Values

GLOBALAPP_MEMBER_NAME

public static final String GLOBALAPP_MEMBER_NAME
See Also:
Constant Field Values

WEBINF_DIR

public static final String WEBINF_DIR
See Also:
Constant Field Values

BEGIN_ACTION_PATH

public static final String BEGIN_ACTION_PATH
See Also:
Constant Field Values

RETURNING_FORM_ATTR

public static final String RETURNING_FORM_ATTR
See Also:
Constant Field Values

RETURNING_FROM_NESTING_ATTR

public static final String RETURNING_FROM_NESTING_ATTR
See Also:
Constant Field Values

CURRENT_JPF_ATTR

public static final String CURRENT_JPF_ATTR
See Also:
Constant Field Values

CURRENT_LONGLIVED_ATTR

public static final String CURRENT_LONGLIVED_ATTR
See Also:
Constant Field Values

SHARED_FLOW_ATTR_PREFIX

public static final String SHARED_FLOW_ATTR_PREFIX
See Also:
Constant Field Values

NETUI_CONFIG_PATH

public static final String NETUI_CONFIG_PATH
See Also:
Constant Field Values

RETURN_ACTION_VIEW_RENDERER_PARAM

public static final String RETURN_ACTION_VIEW_RENDERER_PARAM
See Also:
Constant Field Values

ACTION_OVERRIDE_PREFIX

public static final String ACTION_OVERRIDE_PREFIX
The prefix for a button or imageButton that has an action.

See Also:
Constant Field Values

FACES_BACKING_EXTENSION

public static final String FACES_BACKING_EXTENSION
See Also:
Constant Field Values

SHARED_FLOW_EXTENSION

public static final String SHARED_FLOW_EXTENSION
See Also:
Constant Field Values
Constructor Detail

InternalConstants

public InternalConstants()