org.hippoecm.hst.core.container
Interface ContainerConstants


public interface ContainerConstants

HstComponent container constants

Version:
$Id: ContainerConstants.java 35818 2012-08-21 19:08:19Z aschrijvers $

Field Summary
static String CMS_HOST_CONTEXT
          The attribute used on the request to indicate that the request is from a cms context : Typically the _rp rest calls from the template composer
static String CMS_LOCATION
          Deprecated. cms.location should be configured on hst configuration in repository.
static String CMS_SSO_AUTHENTICATED
          http session attribute to indicate a single sign on session is created through the cms
static String CMS_SSO_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.)
static String COMPOSER_MODE_ATTR_NAME
          'composer_info' attr type name
static String COMPOSERMODE
          'composermode' type name
static String CONTAINER_REFERENCE_NAMESPACE
          The reference namespace for container managed resource url.
static String CUSTOM_ERROR_HANDLER_PARAM_NAME
          The parameter name for custom error handler class name in the root component configuration
static String DEFAULT_ADDON_MODULE_DESCRIPTOR_PATHS
          Default Addon module descriptor paths, which can be comma separated multiple path values.
static String DISPATCH_URI_SCHEME
          The dispatch URI scheme attribute name
static String HEAD_ELEMENT_CONTRIBUTION_CATEGORY_HINT_ATTRIBUTE
          The category key hint for head elements.
static String HEAD_ELEMENT_CONTRIBUTION_HINT_ATTRIBUTE_PREFIX
          The head element attribute name prefix used as a hint for container to aggregate.
static String HST_FORWARD_PATH_INFO
          The key used to set forward path.
static String HST_REQUEST
          The key used to bind the HstRequest to the underlying HttpServletRequest.
static String HST_REQUEST_CONTEXT
          The attribute name used to set the request context object into the servlet request.
static String 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
static String HST_RESET_FILTER
          The key to indicate HstFilter should "reset" itself from being done, allowing multiple invokations.
static String HST_RESPONSE
          The key used to bind the HstResponse to the underlying HttpServletRequest.
static String IS_REQUEST_URI_DECODED
          attribute that has a value when the request URI is already decoded.
static String MOUNT_ALIAS_ASSETS
           
static String MOUNT_ALIAS_GALLERY
           
static String MOUNT_ALIAS_REST
           
static String MOUNT_ALIAS_SITE
           
static String PREFERRED_LOCALE_ATTR_NAME
          Preferred local request or session attribute name
static String REAL_HOST
          The parameter/attribute name used to store the real_host
static String 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
static String REQUEST_COMES_FROM_CMS
          The attribute used on the request to indicate that the request is from a cms context : This can be a REST call, or a request for the preview website in a cms environment (host)
static String SUBJECT_ATTR_NAME
          Subject session attribute name
static String 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.)
static String VIRTUALHOSTS_REQUEST_ATTR
          attribute that has a value when the request URI is already decoded.
 

Field Detail

HST_REQUEST

static final String HST_REQUEST
The key used to bind the HstRequest to the underlying HttpServletRequest.

See Also:
Constant Field Values

HST_RESPONSE

static final String HST_RESPONSE
The key used to bind the HstResponse to the underlying HttpServletRequest.

See Also:
Constant Field Values

HST_REQUEST_CONTEXT

static final String HST_REQUEST_CONTEXT
The attribute name used to set the request context object into the servlet request.

See Also:
Constant Field Values

DEFAULT_ADDON_MODULE_DESCRIPTOR_PATHS

static final String DEFAULT_ADDON_MODULE_DESCRIPTOR_PATHS
Default Addon module descriptor paths, which can be comma separated multiple path values.

See Also:
Constant Field Values

CONTAINER_REFERENCE_NAMESPACE

static final String CONTAINER_REFERENCE_NAMESPACE
The reference namespace for container managed resource url.

See Also:
Constant Field Values

HST_FORWARD_PATH_INFO

static final String HST_FORWARD_PATH_INFO
The key used to set forward path.

See Also:
Constant Field Values

HST_RESET_FILTER

static final String HST_RESET_FILTER
The key to indicate HstFilter should "reset" itself from being done, allowing multiple invokations.

See Also:
Constant Field Values

CMS_LOCATION

@Deprecated
static final String CMS_LOCATION
Deprecated. cms.location should be configured on hst configuration in repository.
The key used to set the cms location for the surf and edit

See Also:
Constant Field Values

HEAD_ELEMENT_CONTRIBUTION_HINT_ATTRIBUTE_PREFIX

static final String HEAD_ELEMENT_CONTRIBUTION_HINT_ATTRIBUTE_PREFIX
The head element attribute name prefix used as a hint for container to aggregate.

See Also:
Constant Field Values

HEAD_ELEMENT_CONTRIBUTION_CATEGORY_HINT_ATTRIBUTE

static final String 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:
Constant Field Values

CUSTOM_ERROR_HANDLER_PARAM_NAME

static final String CUSTOM_ERROR_HANDLER_PARAM_NAME
The parameter name for custom error handler class name in the root component configuration

See Also:
Constant Field Values

SUBJECT_ATTR_NAME

static final String SUBJECT_ATTR_NAME
Subject session attribute name

See Also:
Constant Field Values

IS_REQUEST_URI_DECODED

static final String IS_REQUEST_URI_DECODED
attribute that has a value when the request URI is already decoded.

See Also:
Constant Field Values

VIRTUALHOSTS_REQUEST_ATTR

static final String VIRTUALHOSTS_REQUEST_ATTR
attribute that has a value when the request URI is already decoded.

See Also:
Constant Field Values

SUBJECT_REPO_CREDS_ATTR_NAME

static final String 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:
Constant Field Values

CMS_SSO_REPO_CREDS_ATTR_NAME

static final String CMS_SSO_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:
Constant Field Values

PREFERRED_LOCALE_ATTR_NAME

static final String PREFERRED_LOCALE_ATTR_NAME
Preferred local request or session attribute name

See Also:
Constant Field Values

DISPATCH_URI_SCHEME

static final String DISPATCH_URI_SCHEME
The dispatch URI scheme attribute name

See Also:
Constant Field Values

MOUNT_ALIAS_REST

static final String MOUNT_ALIAS_REST
See Also:
Constant Field Values

MOUNT_ALIAS_SITE

static final String MOUNT_ALIAS_SITE
See Also:
Constant Field Values

MOUNT_ALIAS_GALLERY

static final String MOUNT_ALIAS_GALLERY
See Also:
Constant Field Values

MOUNT_ALIAS_ASSETS

static final String MOUNT_ALIAS_ASSETS
See Also:
Constant Field Values

COMPOSERMODE

static final String COMPOSERMODE
'composermode' type name

See Also:
Constant Field Values

COMPOSER_MODE_ATTR_NAME

static final String COMPOSER_MODE_ATTR_NAME
'composer_info' attr type name

See Also:
Constant Field Values

HST_REQUEST_USE_FULLY_QUALIFIED_URLS

static final String 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:
Constant Field Values

RENDERING_HOST

static final String 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:
Constant Field Values

REAL_HOST

static final String REAL_HOST
The parameter/attribute name used to store the real_host

See Also:
Constant Field Values

CMS_SSO_AUTHENTICATED

static final String CMS_SSO_AUTHENTICATED
http session attribute to indicate a single sign on session is created through the cms

See Also:
Constant Field Values

CMS_HOST_CONTEXT

static final String CMS_HOST_CONTEXT
The attribute used on the request to indicate that the request is from a cms context : Typically the _rp rest calls from the template composer

See Also:
Constant Field Values

REQUEST_COMES_FROM_CMS

static final String REQUEST_COMES_FROM_CMS
The attribute used on the request to indicate that the request is from a cms context : This can be a REST call, or a request for the preview website in a cms environment (host)

See Also:
Constant Field Values


Copyright © 2008-2012 Hippo. All Rights Reserved.