java.lang.Object
com.sun.faces.RIConstants
This class contains literal strings used throughout the Faces RI.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
Convenience key to temporarily store the set of annotated classes in the servlet context.static final String
static final String
Convenience key to store / get BeanManager.static final String
static final String
static final String
static final String
static final String
static final String
Marker used when saving the list of component adds and removes.static final String
Marker attached to a component that has dynamic children.static final String
Marker attached to a component that was added dynamically.static final Class<?>[]
static final Object[]
static final String
static final String
static final String
Convenience key in App map and FacesContext map for spec version of faces-config.xmlstatic final String
Used to add uniqueness to the names.static final String
Key to annotate the mappings for the FacesServlet.static final String
Key to annotate the registration for the FacesServlet.static final String
static final int
static final String
static final String
static final int
static final String
static final String
ResponseWriter Content Types and Encodingstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Present in the attrs of UIViewRoot iff the tree has one or more dynamic modificationsstatic final String
static final String
-
Method Summary
-
Field Details
-
FACES_PREFIX
-
HTML_BASIC_RENDER_KIT
- See Also:
-
SAVESTATE_FIELD_DELIMITER
- See Also:
-
SAVESTATE_FIELD_MARKER
- See Also:
-
SAVED_STATE
- See Also:
-
TLV_RESOURCE_LOCATION
- See Also:
-
NO_VALUE
- See Also:
-
EMPTY_CLASS_ARGS
-
EMPTY_METH_ARGS
-
HTML_CONTENT_TYPE
-
XHTML_CONTENT_TYPE
- See Also:
-
APPLICATION_XML_CONTENT_TYPE
- See Also:
-
TEXT_XML_CONTENT_TYPE
- See Also:
-
ALL_MEDIA
- See Also:
-
CHAR_ENCODING
- See Also:
-
FACELETS_ENCODING_KEY
- See Also:
-
DEFAULT_LIFECYCLE
- See Also:
-
DEFAULT_STATEMANAGER
- See Also:
-
ERROR_PAGE_PRESENT_KEY_NAME
- See Also:
-
VIEWID_KEY_NAME
- See Also:
-
PUSH_RESOURCE_URLS_KEY_NAME
- See Also:
-
DYNAMIC_ACTIONS
Marker used when saving the list of component adds and removes.- See Also:
-
DYNAMIC_CHILD_COUNT
Marker attached to a component that has dynamic children.- See Also:
-
DYNAMIC_COMPONENT
Marker attached to a component that was added dynamically.- See Also:
-
TREE_HAS_DYNAMIC_COMPONENTS
Present in the attrs of UIViewRoot iff the tree has one or more dynamic modifications- See Also:
-
FLOW_DEFINITION_ID_SUFFIX
- See Also:
-
FLOW_DEFINITION_ID_SUFFIX_LENGTH
public static final int FLOW_DEFINITION_ID_SUFFIX_LENGTH -
FLOW_IN_JAR_PREFIX
- See Also:
-
FLOW_IN_JAR_PREFIX_LENGTH
public static final int FLOW_IN_JAR_PREFIX_LENGTH -
FLOW_DISCOVERY_CDI_HELPER_BEAN_NAME
- See Also:
-
DOCUMENT_NAMESPACE
- See Also:
-
DOCUMENT_VERSION
- See Also:
-
CDI_BEAN_MANAGER
-
FACES_CONFIG_VERSION
Convenience key in App map and FacesContext map for spec version of faces-config.xml- See Also:
-
ANNOTATED_CLASSES
Convenience key to temporarily store the set of annotated classes in the servlet context.- See Also:
-
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:
-
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:
-