Package com.sun.faces

Class RIConstants


  • public class RIConstants
    extends Object
    This class contains literal strings used throughout the Faces RI.
    • Field Detail

      • 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
      • CHAR_ENCODING

        public static final String CHAR_ENCODING
      • 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_LENGTH

        public static final int FLOW_DEFINITION_ID_SUFFIX_LENGTH
      • FLOW_IN_JAR_PREFIX_LENGTH

        public static final int FLOW_IN_JAR_PREFIX_LENGTH
      • 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