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 StringALL_MEDIAstatic StringANNOTATED_CLASSESConvenience key to temporarily store the set of annotated classes in the servlet context.static StringAPPLICATION_XML_CONTENT_TYPEstatic StringCDI_1_1_OR_LATERConvenience key to determine if CDI is version 1.1 or later.static StringCDI_AVAILABLEConvenience key to determine if CDI is available.static StringCDI_BEAN_MANAGERConvenience key to store / get BeanManager.static StringCHAR_ENCODINGstatic StringCORE_NAMESPACEstatic StringCORE_NAMESPACE_NEWstatic StringDEFAULT_LIFECYCLEstatic StringDEFAULT_STATEMANAGERstatic StringDYNAMIC_ACTIONSMarker used when saving the list of component adds and removes.static StringDYNAMIC_CHILD_COUNTMarker attached to a component that has dynamic children.static StringDYNAMIC_COMPONENTMarker attached to a component that was added dynamically.static Class[]EMPTY_CLASS_ARGSstatic Object[]EMPTY_METH_ARGSstatic StringERROR_PAGE_PRESENT_KEY_NAMEstatic StringFACELET_NAMESPACEstatic StringFACELET_NAMESPACE_NEWstatic StringFACELETS_ENCODING_KEYstatic StringFACES_CONFIG_VERSIONConvenience key in App map and FacesContext map for spec version of faces-config.xmlstatic StringFACES_INITIALIZER_MAPPINGS_ADDEDstatic StringFACES_PREFIXUsed to add uniqueness to the names.static StringFLOW_DEFINITION_ID_SUFFIXstatic intFLOW_DEFINITION_ID_SUFFIX_LENGTHstatic StringFLOW_DISCOVERY_CDI_HELPER_BEAN_NAMEstatic StringFLOW_IN_JAR_PREFIXstatic intFLOW_IN_JAR_PREFIX_LENGTHstatic StringHTML_BASIC_RENDER_KITstatic StringHTML_CONTENT_TYPEResponseWriter Content Types and Encodingstatic StringHTML_NAMESPACEstatic StringHTML_NAMESPACE_NEWstatic StringJAVAEE_XMLNSstatic StringNO_VALUEstatic StringPUSH_RESOURCE_URLS_KEY_NAMEstatic StringSAVED_STATEstatic StringSAVESTATE_FIELD_DELIMITERstatic StringSAVESTATE_FIELD_MARKERstatic StringTEXT_XML_CONTENT_TYPEstatic StringTLV_RESOURCE_LOCATIONstatic StringTREE_HAS_DYNAMIC_COMPONENTSPresent in the attrs of UIViewRoot iff the tree has one or more dynamic modificationsstatic StringVIEWID_KEY_NAMEstatic StringXHTML_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
-