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 Details

    • FACES_PREFIX

      public static final String FACES_PREFIX
      Used to add uniqueness to the names.
      See Also:
    • HTML_BASIC_RENDER_KIT

      public static final String HTML_BASIC_RENDER_KIT
      See Also:
    • SAVESTATE_FIELD_DELIMITER

      public static final String SAVESTATE_FIELD_DELIMITER
      See Also:
    • SAVESTATE_FIELD_MARKER

      public static final String SAVESTATE_FIELD_MARKER
      See Also:
    • SAVED_STATE

      public static final String SAVED_STATE
      See Also:
    • TLV_RESOURCE_LOCATION

      public static final String TLV_RESOURCE_LOCATION
      See Also:
    • NO_VALUE

      public static final String NO_VALUE
      See Also:
    • 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:
    • XHTML_CONTENT_TYPE

      public static final String XHTML_CONTENT_TYPE
      See Also:
    • APPLICATION_XML_CONTENT_TYPE

      public static final String APPLICATION_XML_CONTENT_TYPE
      See Also:
    • TEXT_XML_CONTENT_TYPE

      public static final String TEXT_XML_CONTENT_TYPE
      See Also:
    • ALL_MEDIA

      public static final String ALL_MEDIA
      See Also:
    • CHAR_ENCODING

      public static final String CHAR_ENCODING
      See Also:
    • FACELETS_ENCODING_KEY

      public static final String FACELETS_ENCODING_KEY
      See Also:
    • DEFAULT_LIFECYCLE

      public static final String DEFAULT_LIFECYCLE
      See Also:
    • DEFAULT_STATEMANAGER

      public static final String DEFAULT_STATEMANAGER
      See Also:
    • ERROR_PAGE_PRESENT_KEY_NAME

      public static final String ERROR_PAGE_PRESENT_KEY_NAME
      See Also:
    • VIEWID_KEY_NAME

      public static final String VIEWID_KEY_NAME
      See Also:
    • PUSH_RESOURCE_URLS_KEY_NAME

      public static final String PUSH_RESOURCE_URLS_KEY_NAME
      See Also:
    • DYNAMIC_ACTIONS

      public static final String DYNAMIC_ACTIONS
      Marker used when saving the list of component adds and removes.
      See Also:
    • DYNAMIC_CHILD_COUNT

      public static final String DYNAMIC_CHILD_COUNT
      Marker attached to a component that has dynamic children.
      See Also:
    • DYNAMIC_COMPONENT

      public static final String DYNAMIC_COMPONENT
      Marker attached to a component that was added dynamically.
      See Also:
    • 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:
    • FLOW_DEFINITION_ID_SUFFIX

      public static final String FLOW_DEFINITION_ID_SUFFIX
      See Also:
    • 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:
    • 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:
    • DOCUMENT_NAMESPACE

      public static final String DOCUMENT_NAMESPACE
      See Also:
    • DOCUMENT_VERSION

      public static final String DOCUMENT_VERSION
      See Also:
    • CDI_BEAN_MANAGER

      public static final String CDI_BEAN_MANAGER
      Convenience key to store / get BeanManager.
      See Also:
    • 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:
    • ANNOTATED_CLASSES

      public static final String ANNOTATED_CLASSES
      Convenience key to temporarily store the set of annotated classes in the servlet context.
      See Also:
    • 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:
    • 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: