Package com.sun.faces
Class RIConstants
java.lang.Object
com.sun.faces.RIConstants
public class RIConstants extends Object
This class contains literal strings used throughout the Faces RI.
-
Field Summary
Fields Modifier and Type Field Description static String
ALL_MEDIA
static String
ANNOTATED_CLASSES
Convenience key to temporarily store the set of annotated classes in the servlet context.static String
APPLICATION_XML_CONTENT_TYPE
static String
CDI_1_1_OR_LATER
Convenience key to determine if CDI is version 1.1 or later.static String
CDI_AVAILABLE
Convenience key to determine if CDI is available.static String
CDI_BEAN_MANAGER
Convenience key to store / get BeanManager.static String
CHAR_ENCODING
static String
CORE_NAMESPACE
static String
CORE_NAMESPACE_NEW
static String
DEFAULT_LIFECYCLE
static String
DEFAULT_STATEMANAGER
static String
DYNAMIC_ACTIONS
Marker used when saving the list of component adds and removes.static String
DYNAMIC_CHILD_COUNT
Marker attached to a component that has dynamic children.static String
DYNAMIC_COMPONENT
Marker attached to a component that was added dynamically.static Class[]
EMPTY_CLASS_ARGS
static Object[]
EMPTY_METH_ARGS
static String
ERROR_PAGE_PRESENT_KEY_NAME
static String
FACELET_NAMESPACE
static String
FACELET_NAMESPACE_NEW
static String
FACELETS_ENCODING_KEY
static String
FACES_CONFIG_VERSION
Convenience key in App map and FacesContext map for spec version of faces-config.xmlstatic String
FACES_INITIALIZER_MAPPINGS_ADDED
static String
FACES_PREFIX
Used to add uniqueness to the names.static String
FLOW_DEFINITION_ID_SUFFIX
static int
FLOW_DEFINITION_ID_SUFFIX_LENGTH
static String
FLOW_DISCOVERY_CDI_HELPER_BEAN_NAME
static String
FLOW_IN_JAR_PREFIX
static int
FLOW_IN_JAR_PREFIX_LENGTH
static String
HTML_BASIC_RENDER_KIT
static String
HTML_CONTENT_TYPE
ResponseWriter Content Types and Encodingstatic String
HTML_NAMESPACE
static String
HTML_NAMESPACE_NEW
static String
JAVAEE_XMLNS
static String
NO_VALUE
static String
PUSH_RESOURCE_URLS_KEY_NAME
static String
SAVED_STATE
static String
SAVESTATE_FIELD_DELIMITER
static String
SAVESTATE_FIELD_MARKER
static String
TEXT_XML_CONTENT_TYPE
static String
TLV_RESOURCE_LOCATION
static String
TREE_HAS_DYNAMIC_COMPONENTS
Present in the attrs of UIViewRoot iff the tree has one or more dynamic modificationsstatic String
VIEWID_KEY_NAME
static String
XHTML_CONTENT_TYPE
-
Method Summary
-
Field Details
-
FACES_PREFIX
Used to add uniqueness to the names.- See Also:
- Constant Field Values
-
HTML_BASIC_RENDER_KIT
- See Also:
- Constant Field Values
-
SAVESTATE_FIELD_DELIMITER
- See Also:
- Constant Field Values
-
SAVESTATE_FIELD_MARKER
- See Also:
- Constant Field Values
-
SAVED_STATE
- See Also:
- Constant Field Values
-
TLV_RESOURCE_LOCATION
- See Also:
- Constant Field Values
-
NO_VALUE
- See Also:
- Constant Field Values
-
CORE_NAMESPACE
- See Also:
- Constant Field Values
-
HTML_NAMESPACE
- See Also:
- Constant Field Values
-
CORE_NAMESPACE_NEW
- See Also:
- Constant Field Values
-
HTML_NAMESPACE_NEW
- See Also:
- Constant Field Values
-
FACELET_NAMESPACE
- See Also:
- Constant Field Values
-
FACELET_NAMESPACE_NEW
- See Also:
- Constant Field Values
-
EMPTY_CLASS_ARGS
-
EMPTY_METH_ARGS
-
HTML_CONTENT_TYPE
ResponseWriter Content Types and Encoding
- See Also:
- Constant Field Values
-
XHTML_CONTENT_TYPE
- See Also:
- Constant Field Values
-
APPLICATION_XML_CONTENT_TYPE
- See Also:
- Constant Field Values
-
TEXT_XML_CONTENT_TYPE
- See Also:
- Constant Field Values
-
ALL_MEDIA
- See Also:
- Constant Field Values
-
CHAR_ENCODING
- See Also:
- Constant Field Values
-
FACELETS_ENCODING_KEY
- See Also:
- Constant Field Values
-
DEFAULT_LIFECYCLE
- See Also:
- Constant Field Values
-
DEFAULT_STATEMANAGER
- See Also:
- Constant Field Values
-
ERROR_PAGE_PRESENT_KEY_NAME
- See Also:
- Constant Field Values
-
FACES_INITIALIZER_MAPPINGS_ADDED
- See Also:
- Constant Field Values
-
VIEWID_KEY_NAME
- See Also:
- Constant Field Values
-
PUSH_RESOURCE_URLS_KEY_NAME
- See Also:
- Constant Field Values
-
DYNAMIC_ACTIONS
Marker used when saving the list of component adds and removes.- See Also:
- Constant Field Values
-
DYNAMIC_CHILD_COUNT
Marker attached to a component that has dynamic children.- See Also:
- Constant Field Values
-
DYNAMIC_COMPONENT
Marker attached to a component that was added dynamically.- See Also:
- Constant Field Values
-
TREE_HAS_DYNAMIC_COMPONENTS
Present in the attrs of UIViewRoot iff the tree has one or more dynamic modifications- See Also:
- Constant Field Values
-
FLOW_DEFINITION_ID_SUFFIX
- See Also:
- Constant Field Values
-
FLOW_DEFINITION_ID_SUFFIX_LENGTH
public static final int FLOW_DEFINITION_ID_SUFFIX_LENGTH -
FLOW_IN_JAR_PREFIX
- See Also:
- Constant Field Values
-
FLOW_IN_JAR_PREFIX_LENGTH
public static final int FLOW_IN_JAR_PREFIX_LENGTH -
FLOW_DISCOVERY_CDI_HELPER_BEAN_NAME
- See Also:
- Constant Field Values
-
JAVAEE_XMLNS
- See Also:
- Constant Field Values
-
CDI_AVAILABLE
Convenience key to determine if CDI is available.- See Also:
- Constant Field Values
-
CDI_BEAN_MANAGER
Convenience key to store / get BeanManager.- See Also:
- Constant Field Values
-
CDI_1_1_OR_LATER
Convenience key to determine if CDI is version 1.1 or later.- See Also:
- Constant Field Values
-
FACES_CONFIG_VERSION
Convenience key in App map and FacesContext map for spec version of faces-config.xml- See Also:
- Constant Field Values
-
ANNOTATED_CLASSES
Convenience key to temporarily store the set of annotated classes in the servlet context.- See Also:
- Constant Field Values
-