public class RIConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ALL_MEDIA |
static String |
ANNOTATED_CLASSES
Convenience key to temporarily store the set of annotated classes in the servlet context.
|
static String |
APPLICATION_XML_CONTENT_TYPE |
static String |
CDI_1_1_OR_LATER
Convenience key to determine if CDI is version 1.1 or later.
|
static String |
CDI_AVAILABLE
Convenience key to determine if CDI is available.
|
static String |
CDI_BEAN_MANAGER
Convenience key to store / get BeanManager.
|
static String |
CHAR_ENCODING |
static String |
CORE_NAMESPACE |
static String |
CORE_NAMESPACE_NEW |
static String |
DEFAULT_LIFECYCLE |
static String |
DEFAULT_STATEMANAGER |
static String |
DYNAMIC_ACTIONS
Marker used when saving the list of component adds and removes.
|
static String |
DYNAMIC_CHILD_COUNT
Marker attached to a component that has dynamic children.
|
static String |
DYNAMIC_COMPONENT
Marker attached to a component that was added dynamically.
|
static Class[] |
EMPTY_CLASS_ARGS |
static Object[] |
EMPTY_METH_ARGS |
static String |
ERROR_PAGE_PRESENT_KEY_NAME |
static String |
FACELET_NAMESPACE |
static String |
FACELET_NAMESPACE_NEW |
static String |
FACELETS_ENCODING_KEY |
static String |
FACES_CONFIG_VERSION
Convenience key in App map and FacesContext map for spec version of faces-config.xml
|
static String |
FACES_INITIALIZER_MAPPINGS_ADDED |
static String |
FACES_PREFIX
Used to add uniqueness to the names.
|
static String |
FLOW_DEFINITION_ID_SUFFIX |
static int |
FLOW_DEFINITION_ID_SUFFIX_LENGTH |
static String |
FLOW_DISCOVERY_CDI_HELPER_BEAN_NAME |
static String |
FLOW_IN_JAR_PREFIX |
static int |
FLOW_IN_JAR_PREFIX_LENGTH |
static String |
HTML_BASIC_RENDER_KIT |
static String |
HTML_CONTENT_TYPE
ResponseWriter Content Types and Encoding
|
static String |
HTML_NAMESPACE |
static String |
HTML_NAMESPACE_NEW |
static String |
JAVAEE_XMLNS |
static String |
NO_VALUE |
static String |
PUSH_RESOURCE_URLS_KEY_NAME |
static String |
SAVED_STATE |
static String |
SAVESTATE_FIELD_DELIMITER |
static String |
SAVESTATE_FIELD_MARKER |
static String |
TEXT_XML_CONTENT_TYPE |
static String |
TLV_RESOURCE_LOCATION |
static String |
TREE_HAS_DYNAMIC_COMPONENTS
Present in the attrs of UIViewRoot iff the tree has one or more dynamic modifications
|
static String |
VIEWID_KEY_NAME |
static String |
XHTML_CONTENT_TYPE |
public static final String FACES_PREFIX
public static final String HTML_BASIC_RENDER_KIT
public static final String SAVESTATE_FIELD_DELIMITER
public static final String SAVESTATE_FIELD_MARKER
public static final String SAVED_STATE
public static final String TLV_RESOURCE_LOCATION
public static final String NO_VALUE
public static final String CORE_NAMESPACE
public static final String HTML_NAMESPACE
public static final String CORE_NAMESPACE_NEW
public static final String HTML_NAMESPACE_NEW
public static final String FACELET_NAMESPACE
public static final String FACELET_NAMESPACE_NEW
public static final Class[] EMPTY_CLASS_ARGS
public static final Object[] EMPTY_METH_ARGS
public static final String HTML_CONTENT_TYPE
ResponseWriter Content Types and Encoding
public static final String XHTML_CONTENT_TYPE
public static final String APPLICATION_XML_CONTENT_TYPE
public static final String TEXT_XML_CONTENT_TYPE
public static final String ALL_MEDIA
public static final String CHAR_ENCODING
public static final String FACELETS_ENCODING_KEY
public static final String DEFAULT_LIFECYCLE
public static final String DEFAULT_STATEMANAGER
public static final String ERROR_PAGE_PRESENT_KEY_NAME
public static final String FACES_INITIALIZER_MAPPINGS_ADDED
public static final String VIEWID_KEY_NAME
public static final String PUSH_RESOURCE_URLS_KEY_NAME
public static final String DYNAMIC_ACTIONS
public static final String DYNAMIC_CHILD_COUNT
public static final String DYNAMIC_COMPONENT
public static final String TREE_HAS_DYNAMIC_COMPONENTS
public static final String FLOW_DEFINITION_ID_SUFFIX
public static final int FLOW_DEFINITION_ID_SUFFIX_LENGTH
public static final String FLOW_IN_JAR_PREFIX
public static final int FLOW_IN_JAR_PREFIX_LENGTH
public static final String FLOW_DISCOVERY_CDI_HELPER_BEAN_NAME
public static final String JAVAEE_XMLNS
public static final String CDI_AVAILABLE
public static final String CDI_BEAN_MANAGER
public static final String CDI_1_1_OR_LATER
public static final String FACES_CONFIG_VERSION
public static final String ANNOTATED_CLASSES
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.