Package org.hippoecm.hst.core.container
Interface ContainerConstants
public interface ContainerConstants
HstComponent container constants
- Version:
- $Id$
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
The mount id of the site that is being viewed in the channel managerstatic final String
Name of the http servlet request attribute with the CMS user id during a CMS initiated requeststatic final String
Name of theHstRequestContext
attribute with the CMS user Session if setstatic final String
static final String
'composer_info' attr type namestatic final String
The reference namespace for container managed resource url.static final String
The parameter name for custom error handler class name in the root component configurationstatic final String
Default Addon module descriptor paths, which can be comma separated multiple path values.static final String
The 'default' prefix of HST component parameters.static final String
static final String
static final String
The dispatch URI scheme attribute namestatic final String
static final String
static final String
attribute to indicate that from HstRequestUtils the prefer branch Id should be used regardless whether the branch existsstatic final String
static final String
static final String
static final String
static final String
The category key hint for head elements.static final String
The head element attribute name prefix used as a hint for container to aggregate.static final String
The key used to bind theHstComponentWindow
to the underlyingHttpServletRequest
.static final String
The current servlet filter chain request attribute name.static final String
The key used to set forward path.static final String
static final String
static final String
The key used to bind theHstRequest
to the underlyingHttpServletRequest
.static final String
The attribute name used to set the request context object into the servlet request.static final String
The parameter name used in the request to store whether or not all URLs that are created must be fully qualifiedstatic final String
The key to indicate HstFilter should "reset" itself from being done, allowing multiple invokations.static final String
The key used to bind theHstResponse
to the underlyingHttpServletRequest
.static final String
Generic Link Name for the self.static final String
Generic Link Name for the site.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
The attribute used on theHstRequestContext
attributes to store which branch is preferred (aka if present) to be used for rendering.static final String
Preferred local request or session attribute namestatic final String
static final String
static final String
The attribute used on theHstRequestContext
attributes to find out which branch of anHstSite
or document to use during rendering.static final String
The attribute used on the request or http session to indicate that the page should be rendered as some specific variantstatic final String
The parameter name used in the request to store whether or not a different host than the one in the request needs to be usedstatic final String
static final String
Subject session attribute namestatic final String
Subject's repository credentials session attribute name (This one can be optionally and temporarily set in a container that doesn't support JACC.)static final String
-
Field Details
-
HST_REQUEST
The key used to bind theHstRequest
to the underlyingHttpServletRequest
.- See Also:
-
HST_RESPONSE
The key used to bind theHstResponse
to the underlyingHttpServletRequest
.- See Also:
-
HST_COMPONENT_WINDOW
The key used to bind theHstComponentWindow
to the underlyingHttpServletRequest
.- See Also:
-
HST_REQUEST_CONTEXT
The attribute name used to set the request context object into the servlet request.- See Also:
-
DEFAULT_ADDON_MODULE_DESCRIPTOR_PATHS
Default Addon module descriptor paths, which can be comma separated multiple path values.- See Also:
-
CONTAINER_REFERENCE_NAMESPACE
The reference namespace for container managed resource url.- See Also:
-
HST_FORWARD_PATH_INFO
The key used to set forward path.- See Also:
-
HST_RESET_FILTER
The key to indicate HstFilter should "reset" itself from being done, allowing multiple invokations.- See Also:
-
HEAD_ELEMENT_CONTRIBUTION_HINT_ATTRIBUTE_PREFIX
The head element attribute name prefix used as a hint for container to aggregate.- See Also:
-
HEAD_ELEMENT_CONTRIBUTION_CATEGORY_HINT_ATTRIBUTE
The category key hint for head elements. This category can be used to filter head elements during writing head elements.- See Also:
-
CUSTOM_ERROR_HANDLER_PARAM_NAME
The parameter name for custom error handler class name in the root component configuration- See Also:
-
SUBJECT_ATTR_NAME
Subject session attribute name- See Also:
-
VIRTUALHOSTS_REQUEST_ATTR
- See Also:
-
RESOLVED_MOUNT_REQUEST_ATTR
-
SUBJECT_REPO_CREDS_ATTR_NAME
Subject's repository credentials session attribute name (This one can be optionally and temporarily set in a container that doesn't support JACC.)- See Also:
-
PREFERRED_LOCALE_ATTR_NAME
Preferred local request or session attribute name- See Also:
-
DISPATCH_URI_PROTOCOL
The dispatch URI scheme attribute name- See Also:
-
MOUNT_ALIAS_REST
- See Also:
-
MOUNT_ALIAS_SITE
- See Also:
-
MOUNT_ALIAS_GALLERY
- See Also:
-
MOUNT_ALIAS_ASSETS
- See Also:
-
COMPOSER_MODE_ATTR_NAME
'composer_info' attr type name- See Also:
-
HST_REQUEST_USE_FULLY_QUALIFIED_URLS
The parameter name used in the request to store whether or not all URLs that are created must be fully qualified- See Also:
-
RENDERING_HOST
The parameter name used in the request to store whether or not a different host than the one in the request needs to be used- See Also:
-
CMS_REQUEST_RENDERING_MOUNT_ID
The mount id of the site that is being viewed in the channel manager- See Also:
-
CMS_REQUEST_USER_ID_ATTR
Name of the http servlet request attribute with the CMS user id during a CMS initiated request- See Also:
-
CMS_USER_SESSION_ATTR_NAME
Name of theHstRequestContext
attribute with the CMS user Session if set- See Also:
-
RENDER_VARIANT
The attribute used on the request or http session to indicate that the page should be rendered as some specific variant- See Also:
-
DEFAULT_PARAMETER_PREFIX
The 'default' prefix of HST component parameters. This prefix is used when no other prefix is set or the configured prefix is empty.- See Also:
-
HST_FILTER_CHAIN
The current servlet filter chain request attribute name.- See Also:
-
HST_JAAS_LOGIN_ATTEMPT_RESOURCE_URL_ATTR
- See Also:
-
HST_JAAS_LOGIN_ATTEMPT_RESOURCE_TOKEN
- See Also:
-
FREEMARKER_JCR_TEMPLATE_PROTOCOL
- See Also:
-
FREEMARKER_WEB_FILE_TEMPLATE_PROTOCOL
- See Also:
-
FREEMARKER_CLASSPATH_TEMPLATE_PROTOCOL
- See Also:
-
DEFAULT_SITE_PIPELINE_NAME
- See Also:
-
PAGE_MODEL_PIPELINE_NAME
- See Also:
-
LINK_NAME_SELF
Generic Link Name for the self.- See Also:
-
LINK_NAME_SITE
Generic Link Name for the site.- See Also:
-
PAGE_MODEL_API_VERSION
- See Also:
-
PAGE_MODEL_ACCEPT_VERSION
- See Also:
-
RENDER_BRANCH_ID
The attribute used on theHstRequestContext
attributes to find out which branch of anHstSite
or document to use during rendering. The stored value in the attribute should be of typeMap<HstSite, HstSite>
- See Also:
-
PREFER_RENDER_BRANCH_ID
The attribute used on theHstRequestContext
attributes to store which branch is preferred (aka if present) to be used for rendering. The stored value in the attribute should be of type String- See Also:
-
FORCE_USE_PREFER_RENDER_ATTR_NAME
attribute to indicate that from HstRequestUtils the prefer branch Id should be used regardless whether the branch exists- See Also:
-
FORWARD_RECURSION_ERROR
-
CMSSESSIONCONTEXT_BINDING_PATH
- See Also:
-
DEFAULT_SEARCH_ENGINE_OR_BOT_USER_AGENT_PATTERNS
- See Also:
-
EXTRA_SEARCH_ENGINE_OR_BOT_USER_AGENT_PATTERNS
- See Also:
-
PREVIEW_ACCESS_TOKEN_REQUEST_ATTRIBUTE
- See Also:
-
EXTERNAL_PREVIEW_ACCESS_REQUEST_ATTRIBUTE
- See Also:
-
PREVIEW_URL_PROPERTY_NAME
- See Also:
-
BR_VERSION_UUID_REQUEST_PARAMETER
- See Also:
-