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_BEAN_MANAGERConvenience key to store / get BeanManager.static StringCHAR_ENCODINGstatic StringDEFAULT_LIFECYCLEstatic StringDEFAULT_STATEMANAGERstatic StringDOCUMENT_NAMESPACEstatic StringDOCUMENT_VERSIONstatic 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 StringFACELETS_ENCODING_KEYstatic StringFACES_CONFIG_VERSIONConvenience key in App map and FacesContext map for spec version of faces-config.xmlstatic StringFACES_PREFIXUsed to add uniqueness to the names.static StringFACES_SERVLET_MAPPINGSKey to annotate the mappings for the FacesServlet.static StringFACES_SERVLET_REGISTRATIONKey to annotate the registration for the FacesServlet.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 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
-
-
-
Field Detail
-
FACES_PREFIX
public static final String FACES_PREFIX
Used to add uniqueness to the names.- See Also:
- Constant Field Values
-
HTML_BASIC_RENDER_KIT
public static final String HTML_BASIC_RENDER_KIT
- See Also:
- Constant Field Values
-
SAVESTATE_FIELD_DELIMITER
public static final String SAVESTATE_FIELD_DELIMITER
- See Also:
- Constant Field Values
-
SAVESTATE_FIELD_MARKER
public static final String SAVESTATE_FIELD_MARKER
- See Also:
- Constant Field Values
-
SAVED_STATE
public static final String SAVED_STATE
- See Also:
- Constant Field Values
-
TLV_RESOURCE_LOCATION
public static final String TLV_RESOURCE_LOCATION
- See Also:
- Constant Field Values
-
NO_VALUE
public static final String NO_VALUE
- See Also:
- Constant Field Values
-
EMPTY_CLASS_ARGS
public static final Class[] EMPTY_CLASS_ARGS
-
EMPTY_METH_ARGS
public static final Object[] EMPTY_METH_ARGS
-
HTML_CONTENT_TYPE
public static final String HTML_CONTENT_TYPE
ResponseWriter Content Types and Encoding
- See Also:
- Constant Field Values
-
XHTML_CONTENT_TYPE
public static final String XHTML_CONTENT_TYPE
- See Also:
- Constant Field Values
-
APPLICATION_XML_CONTENT_TYPE
public static final String APPLICATION_XML_CONTENT_TYPE
- See Also:
- Constant Field Values
-
TEXT_XML_CONTENT_TYPE
public static final String TEXT_XML_CONTENT_TYPE
- See Also:
- Constant Field Values
-
ALL_MEDIA
public static final String ALL_MEDIA
- See Also:
- Constant Field Values
-
CHAR_ENCODING
public static final String CHAR_ENCODING
- See Also:
- Constant Field Values
-
FACELETS_ENCODING_KEY
public static final String FACELETS_ENCODING_KEY
- See Also:
- Constant Field Values
-
DEFAULT_LIFECYCLE
public static final String DEFAULT_LIFECYCLE
- See Also:
- Constant Field Values
-
DEFAULT_STATEMANAGER
public static final String DEFAULT_STATEMANAGER
- See Also:
- Constant Field Values
-
ERROR_PAGE_PRESENT_KEY_NAME
public static final String ERROR_PAGE_PRESENT_KEY_NAME
- See Also:
- Constant Field Values
-
VIEWID_KEY_NAME
public static final String VIEWID_KEY_NAME
- See Also:
- Constant Field Values
-
PUSH_RESOURCE_URLS_KEY_NAME
public static final String PUSH_RESOURCE_URLS_KEY_NAME
- See Also:
- Constant Field Values
-
DYNAMIC_ACTIONS
public static final String DYNAMIC_ACTIONS
Marker used when saving the list of component adds and removes.- See Also:
- Constant Field Values
-
DYNAMIC_CHILD_COUNT
public static final String DYNAMIC_CHILD_COUNT
Marker attached to a component that has dynamic children.- See Also:
- Constant Field Values
-
DYNAMIC_COMPONENT
public static final String DYNAMIC_COMPONENT
Marker attached to a component that was added dynamically.- See Also:
- Constant Field Values
-
TREE_HAS_DYNAMIC_COMPONENTS
public static final String 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
public static final String 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
public static final String 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
public static final String FLOW_DISCOVERY_CDI_HELPER_BEAN_NAME
- See Also:
- Constant Field Values
-
DOCUMENT_NAMESPACE
public static final String DOCUMENT_NAMESPACE
- See Also:
- Constant Field Values
-
DOCUMENT_VERSION
public static final String DOCUMENT_VERSION
- See Also:
- Constant Field Values
-
CDI_BEAN_MANAGER
public static final String CDI_BEAN_MANAGER
Convenience key to store / get BeanManager.- See Also:
- Constant Field Values
-
FACES_CONFIG_VERSION
public static final String 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
public static final String ANNOTATED_CLASSES
Convenience key to temporarily store the set of annotated classes in the servlet context.- See Also:
- Constant Field Values
-
FACES_SERVLET_MAPPINGS
public static final String FACES_SERVLET_MAPPINGS
Key to annotate the mappings for the FacesServlet. Since servlet 3.0 the ConfigureListener cannot access the servlet mappings because it is initialized by a TLD and it is programmatic. So this key will store the mappings during the initialization.- See Also:
- Constant Field Values
-
FACES_SERVLET_REGISTRATION
public static final String FACES_SERVLET_REGISTRATION
Key to annotate the registration for the FacesServlet. Since servlet 3.0 the ConfigureListener cannot access the servlet registration because it is initialized by a TLD and it is programmatic. So this key will store the registration during the initialization.- See Also:
- Constant Field Values
-
-