- CacheElement - Interface in org.hippoecm.hst.cache
-
Interface for cached element.
- CanonicalInfo - Interface in org.hippoecm.hst.configuration.internal
-
- canUserModifyChannels() - Method in interface org.hippoecm.hst.configuration.channel.ChannelManager
-
Can the current user (set in HstSubject) create or modify channels.
- CHANNEL_MANAGER_ADMIN_ROLE - Static variable in interface org.hippoecm.hst.channelmanager.security.SecurityModel
-
- CHANNEL_PROPERTY_CHANNELINFO_CLASS - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- CHANNEL_PROPERTY_DEFAULT_DEVICE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- CHANNEL_PROPERTY_DELETABLE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- CHANNEL_PROPERTY_DEVICES - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- CHANNEL_PROPERTY_NAME - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- CHANNEL_PROPERTY_TYPE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- CHANNEL_WEBMASTER_ROLE - Static variable in interface org.hippoecm.hst.channelmanager.security.SecurityModel
-
- channelCreated(ChannelManagerEvent) - Method in interface org.hippoecm.hst.configuration.channel.ChannelManagerEventListener
-
- ChannelException - Exception in org.hippoecm.hst.configuration.channel
-
Thrown when a channel-related error occured.
- ChannelException(String) - Constructor for exception org.hippoecm.hst.configuration.channel.ChannelException
-
- ChannelException(String, Throwable) - Constructor for exception org.hippoecm.hst.configuration.channel.ChannelException
-
- ChannelException(String, ChannelException.Type, String...) - Constructor for exception org.hippoecm.hst.configuration.channel.ChannelException
-
- ChannelException(String, Throwable, ChannelException.Type, String...) - Constructor for exception org.hippoecm.hst.configuration.channel.ChannelException
-
- ChannelException.Type - Enum in org.hippoecm.hst.configuration.channel
-
Type of a channel exception.
- ChannelInfo - Interface in org.hippoecm.hst.configuration.channel
-
Base type for channel info interfaces.
- ChannelManager - Interface in org.hippoecm.hst.configuration.channel
-
Management interface for Channel
s.
- ChannelManagerConstants - Interface in org.hippoecm.hst.core.channelmanager
-
- ChannelManagerEvent - Interface in org.hippoecm.hst.configuration.channel
-
This event type is used by the ChannelManagerEventListener
in order to identify the channel and its related information.
- ChannelManagerEventListener - Interface in org.hippoecm.hst.configuration.channel
-
Allows implementers to register callback methods that will be executed
when a ChannelManager
event occurs.
- ChannelManagerEventListenerException - Exception in org.hippoecm.hst.configuration.channel
-
- ChannelManagerEventListenerException(ChannelManagerEventListenerException.Status) - Constructor for exception org.hippoecm.hst.configuration.channel.ChannelManagerEventListenerException
-
- ChannelManagerEventListenerException(ChannelManagerEventListenerException.Status, String) - Constructor for exception org.hippoecm.hst.configuration.channel.ChannelManagerEventListenerException
-
- ChannelManagerEventListenerException(ChannelManagerEventListenerException.Status, Throwable) - Constructor for exception org.hippoecm.hst.configuration.channel.ChannelManagerEventListenerException
-
- ChannelManagerEventListenerException(ChannelManagerEventListenerException.Status, String, Throwable) - Constructor for exception org.hippoecm.hst.configuration.channel.ChannelManagerEventListenerException
-
Constructs a new
ChannelManagerEventListenerException
exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
- ChannelManagerEventListenerException.Status - Enum in org.hippoecm.hst.configuration.channel
-
- ChannelNotFoundException - Exception in org.hippoecm.hst.configuration.channel.exceptions
-
- ChannelNotFoundException(String) - Constructor for exception org.hippoecm.hst.configuration.channel.exceptions.ChannelNotFoundException
-
- channelUpdated(ChannelManagerEvent) - Method in interface org.hippoecm.hst.configuration.channel.ChannelManagerEventListener
-
- ClasspathResourceScanner - Interface in org.hippoecm.hst.util
-
ClasspathResourceScanner
- cleanup(HstContainerConfig, HstRequestContext, HttpServletRequest, HttpServletResponse) - Method in interface org.hippoecm.hst.core.container.Pipeline
-
Does post-processing step for the request processing.
- cleanupSessionDelegates(HstRequestContext) - Method in interface org.hippoecm.hst.core.jcr.SessionSecurityDelegation
-
- clear() - Method in interface org.hippoecm.hst.cache.HstCache
-
- clear() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- clear() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Clears any sessions sitting idle in the pool by removing them from the idle instance pool.
- clear() - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Clears possibly available caches
- clearComponentExceptions() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
Adds a component exceptions during initialization or runtime.
- clearObjectAndQueryManagers() - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- clone() - Method in interface org.hippoecm.hst.core.component.HeadElement
-
- clone() - Method in interface org.hippoecm.hst.core.component.WrapperElement
-
- close() - Method in interface org.hippoecm.hst.addon.module.ModuleInstance
-
- close() - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Closes the component manager and all the components.
- close() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Closes the pool
- closeValueProvider(boolean) - Method in interface org.hippoecm.hst.service.Service
-
Closing a valueprovider means that the underlying value provider might be closed after calling this method, though
this is up to the implementation.
- CMS_REQUEST_RENDERING_MOUNT_ID - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The mount id of the site that is being viewed in the channel manager
- CMS_REQUEST_REPO_CREDS_ATTR - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
Name of the http servlet request attribute with the CMS repository credentials during a CMS initiated request
- CMS_REQUEST_USER_ID_ATTR - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
Name of the http servlet request attribute with the CMS user id during a CMS initiated request
- CMS_REST_REQUEST_CONTEXT - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The attribute used on the request to indicate that the request is from a CMS context *and* is a REST call
(page composer or cms-rest call)
that also might need to use the credentials from the cms (jcr session) user, for example a REST call that needs to modify the HST config
- CommonMenu - Interface in org.hippoecm.hst.core.sitemenu
-
- CommonMenuItem - Interface in org.hippoecm.hst.core.sitemenu
-
- COMPONENT_PROPERTY_ASYNC - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_ASYNC_MODE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_COMPONENT_CLASSNAME - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_COMPONENT_CONTEXTNAME - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_COMPONENT_FILTER_TAG - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_CONTENTBASEPATH - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_ICON_PATH - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_LABEL - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_PAGE_ERROR_HANDLER_CLASSNAME - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_PARAMETER_NAME_PREFIXES - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_REFERECENCECOMPONENT - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_REFERECENCENAME - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_RESOURCE_TEMPLATE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_STANDALONE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_SUPPRESS_WASTE_MESSAGE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_TEMPLATE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_PROPERTY_XTYPE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- COMPONENT_RENDERING_TYPE - Static variable in interface org.hippoecm.hst.core.component.HstURL
-
- ComponentConfiguration - Interface in org.hippoecm.hst.core.request
-
A ComponentConfiguration
provides some configuration information to a component.
- ComponentManager - Interface in org.hippoecm.hst.core.container
-
ComponentManager interface.
- ComponentManagerAware - Interface in org.hippoecm.hst.core.container
-
Interface which a component bean should implement if it wants to
have access the component manager containing itself.
- ComponentManagerBeforeReplacedEvent - Class in org.hippoecm.hst.container.event
-
Published by the component which is responsible for loading ComponentManager just before trying to replace
the old component manager by the new component manager.
- ComponentManagerBeforeReplacedEvent(ComponentManager) - Constructor for class org.hippoecm.hst.container.event.ComponentManagerBeforeReplacedEvent
-
- ComponentsException - Exception in org.hippoecm.hst.core.container
-
The ComponentsException
class defines a exception
while finding component(s) from the component manager.
- ComponentsException() - Constructor for exception org.hippoecm.hst.core.container.ComponentsException
-
Constructs a new ComponentsException exception.
- ComponentsException(String) - Constructor for exception org.hippoecm.hst.core.container.ComponentsException
-
Constructs a new ComponentsException exception with the given message.
- ComponentsException(Throwable) - Constructor for exception org.hippoecm.hst.core.container.ComponentsException
-
Constructs a new ComponentsException exception with the nested exception.
- ComponentsException(String, Throwable) - Constructor for exception org.hippoecm.hst.core.container.ComponentsException
-
Constructs a new ComponentsException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
- ComponentWindowAttributeContributor - Interface in org.hippoecm.hst.core.channelmanager
-
Provides functions for contributing key-value pairs to attribute maps
- ComponentWindowResponseAppender - Interface in org.hippoecm.hst.core.channelmanager
-
- COMPOSER_MODE_ATTR_NAME - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
'composer_info' attr type name
- CompositeHstSite - Interface in org.hippoecm.hst.configuration.site
-
- CONFIGURATION_PROPERTY_LOCKED - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- ConfigurationLockInfo - Interface in org.hippoecm.hst.configuration.internal
-
Provides methods to get information about the locked state of a hst configuration item.
- CONTAINER_REFERENCE_NAMESPACE - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The reference namespace for container managed resource url.
- ContainerConfiguration - Interface in org.hippoecm.hst.core.container
-
Container Configuration
Retrieve basic data types from the container configuration(s).
- ContainerConstants - Interface in org.hippoecm.hst.core.container
-
HstComponent container constants
- ContainerException - Exception in org.hippoecm.hst.core.container
-
The ContainerException
class defines a general exception
that an internal container component can throw when it is unable to perform its operation
successfully.
- ContainerException() - Constructor for exception org.hippoecm.hst.core.container.ContainerException
-
Constructs a new ContainerException exception.
- ContainerException(String) - Constructor for exception org.hippoecm.hst.core.container.ContainerException
-
Constructs a new ContainerException exception with the given message.
- ContainerException(Throwable) - Constructor for exception org.hippoecm.hst.core.container.ContainerException
-
Constructs a new ContainerException exception with the nested exception.
- ContainerException(String, Throwable) - Constructor for exception org.hippoecm.hst.core.container.ContainerException
-
Constructs a new ContainerException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
- ContainerNotFoundException - Exception in org.hippoecm.hst.core.container
-
The ContainerNotFoundException
class defines a not found exception
that an internal container component can throw when it is unable to perform its operation
successfully because it cannot find any serviceable content item.
- ContainerNotFoundException() - Constructor for exception org.hippoecm.hst.core.container.ContainerNotFoundException
-
Constructs a new ContainerNotFoundException exception.
- ContainerNotFoundException(String) - Constructor for exception org.hippoecm.hst.core.container.ContainerNotFoundException
-
Constructs a new ContainerNotFoundException exception with the given message.
- ContainerNotFoundException(Throwable) - Constructor for exception org.hippoecm.hst.core.container.ContainerNotFoundException
-
Constructs a new ContainerNotFoundException exception with the nested exception.
- ContainerNotFoundException(String, Throwable) - Constructor for exception org.hippoecm.hst.core.container.ContainerNotFoundException
-
Constructs a new ContainerNotFoundException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
- ContainerSecurityException - Exception in org.hippoecm.hst.core.container
-
The ContainerSecurityException
class defines a security exception
for unauthorized site resource access.
- ContainerSecurityException() - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityException
-
Constructs a new ContainerSecurityException exception.
- ContainerSecurityException(String) - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityException
-
Constructs a new ContainerSecurityException exception with the given message.
- ContainerSecurityException(Throwable) - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityException
-
Constructs a new ContainerSecurityException exception with the nested exception.
- ContainerSecurityException(String, Throwable) - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityException
-
Constructs a new ContainerSecurityException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
- ContainerSecurityNotAuthenticatedException - Exception in org.hippoecm.hst.core.container
-
The ContainerSecurityNotAuthenticatedException
class defines a security exception
for unauthorized site resource access from a non-authenticated user.
- ContainerSecurityNotAuthenticatedException() - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityNotAuthenticatedException
-
Constructs a new ContainerSecurityNotAuthenticatedException exception.
- ContainerSecurityNotAuthenticatedException(String) - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityNotAuthenticatedException
-
Constructs a new ContainerSecurityNotAuthenticatedException exception with the given message.
- ContainerSecurityNotAuthenticatedException(Throwable) - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityNotAuthenticatedException
-
Constructs a new ContainerSecurityNotAuthenticatedException exception with the nested exception.
- ContainerSecurityNotAuthenticatedException(String, Throwable) - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityNotAuthenticatedException
-
Constructs a new ContainerSecurityNotAuthenticatedException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
- ContainerSecurityNotAuthorizedException - Exception in org.hippoecm.hst.core.container
-
The ContainerSecurityNotAuthorizedException
class defines a security exception
for unauthorized site resource access from an authenticated user.
- ContainerSecurityNotAuthorizedException() - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityNotAuthorizedException
-
Constructs a new ContainerSecurityNotAuthorizedException exception.
- ContainerSecurityNotAuthorizedException(String) - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityNotAuthorizedException
-
Constructs a new ContainerSecurityNotAuthorizedException exception with the given message.
- ContainerSecurityNotAuthorizedException(Throwable) - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityNotAuthorizedException
-
Constructs a new ContainerSecurityNotAuthorizedException exception with the nested exception.
- ContainerSecurityNotAuthorizedException(String, Throwable) - Constructor for exception org.hippoecm.hst.core.container.ContainerSecurityNotAuthorizedException
-
Constructs a new ContainerSecurityNotAuthorizedException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
- containsAny() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- containsHeadElement(String) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Asks if a property exists already or not.
- containsHeadElement(String) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- containsHeader(String) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- containsKey(String) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Check if the configuration contains the specified key.
- containsMultipleSchemes() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- containsRepositoryByCredentials(Credentials) - Method in interface org.hippoecm.hst.core.jcr.pool.MultipleRepository
-
Checks if it contains the internal repository which has the specified credentials.
- containsWildCard() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- ContentBean - Interface in org.hippoecm.hst.content.beans.standard
-
- ContentBeansTool - Interface in org.hippoecm.hst.content.tool
-
ContentBeansTool
- ContentNodeBinder - Interface in org.hippoecm.hst.content.beans
-
ContentNodeBinder
is the interface for custom mapping content POJO object to JCR node.
- ContentNodeBindingException - Exception in org.hippoecm.hst.content.beans
-
The ContentNodeBindingException
class defines a binding exception
that a ContentNodeBinder
can throw when it is unable to perform its operation
successfully.
- ContentNodeBindingException() - Constructor for exception org.hippoecm.hst.content.beans.ContentNodeBindingException
-
Constructs a new ContentNodeBindingException exception.
- ContentNodeBindingException(String) - Constructor for exception org.hippoecm.hst.content.beans.ContentNodeBindingException
-
Constructs a new ContentNodeBindingException exception with the given message.
- ContentNodeBindingException(Throwable) - Constructor for exception org.hippoecm.hst.content.beans.ContentNodeBindingException
-
Constructs a new ContentNodeBindingException exception with the nested exception.
- ContentNodeBindingException(String, Throwable) - Constructor for exception org.hippoecm.hst.content.beans.ContentNodeBindingException
-
Constructs a new ContentNodeBindingException exception when the container needs to do
the following:
throw an exception
include the "nested" exception
include a description message
- ContentRewriter<T> - Interface in org.hippoecm.hst.content.rewriter
-
ContentRewriter to rewrite document content such as links.
- ContentRewriterFactory - Interface in org.hippoecm.hst.content.rewriter
-
- ContextCredentialsProvider - Interface in org.hippoecm.hst.core.request
-
HstRequestContextCredentialsProvider provides credentials based on the provided HstRequestContext.
- ContextualizableMount - Interface in org.hippoecm.hst.configuration.internal
-
internal only api for being able to decorate a
Mount
to a preview
Mount
- CONTINUE_TRAVERSAL - Static variable in interface org.hippoecm.hst.core.ResourceVisitor
-
Value to return to continue a traversal.
- contributeEpilogue(HstComponentWindow, HstRequest, Map<String, String>) - Method in interface org.hippoecm.hst.core.channelmanager.ComponentWindowAttributeContributor
-
Populate an attributes map to be used as a preamble comment for the given component.
- contributePreamble(HstComponentWindow, HstRequest, Map<String, String>) - Method in interface org.hippoecm.hst.core.channelmanager.ComponentWindowAttributeContributor
-
Uses the given window and request to compute the attributes that should be contributed to the given attribute
map.
- convert(String, Class<?>) - Method in interface org.hippoecm.hst.core.component.HstParameterValueConverter
-
- Counter - Interface in org.hippoecm.hst.statistics
-
Counter
- COUNTER_SESSION_ACTIVATED - Static variable in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
The key name of the counter which counts session activation.
- COUNTER_SESSION_CREATED - Static variable in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
The key name of the counter which counts session creation.
- COUNTER_SESSION_DESTROYED - Static variable in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
The key name of the counter which counts session destroying.
- COUNTER_SESSION_OBTAINED - Static variable in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
The key name of the counter which counts session obtained by login.
- COUNTER_SESSION_PASSIVATED - Static variable in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
The key name of the counter which counts session passivation.
- COUNTER_SESSION_RETURNED - Static variable in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
The key name of the counter which counts session returned by logout.
- create(HstContainerConfig, HstRequestContext, HstComponentConfiguration, HstComponentFactory) - Method in interface org.hippoecm.hst.core.container.HstComponentWindowFactory
-
- create(HstContainerConfig, HstRequestContext, HstComponentConfiguration, HstComponentFactory, HstComponentWindow) - Method in interface org.hippoecm.hst.core.container.HstComponentWindowFactory
-
- create(HstRequestContext) - Method in interface org.hippoecm.hst.core.container.RequestInfoCacheKeyFragmentCreator
-
Creates a serializable request info object that represents the parts of the request that makes the request unique
(and thus ensures unique requests have unique cachekeys)
- create() - Method in interface org.hippoecm.hst.core.internal.HstRequestContextComponent
-
- create(String, Session, HstRequestContext) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Rewrite a jcr uuid to a HstLink wrt its current ResolvedSiteMapItem.
- create(Node, HstRequestContext) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Rewrite a jcr Node to a HstLink wrt its current ResolvedSiteMapItem
- create(Node, HstRequestContext, HstSiteMapItem, boolean) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Rewrite a jcr Node to a HstLink wrt its current HstRequestContext and preferredItem.
- create(Node, HstRequestContext, HstSiteMapItem, boolean, boolean) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
- create(Node, Mount) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Expert: Rewrite a jcr
node
to a
HstLink
with respect to the
mount
.
- create(Node, Mount, HstSiteMapItem, boolean) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Expert: Rewrite a jcr
node
to a
HstLink
with respect to the
mount
and
preferredItem
.
- create(Node, HstRequestContext, String) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Expert: Rewrite a jcr
node
to a
HstLink
for the
mountAlias
.
- create(Node, HstRequestContext, String, String) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Expert: Rewrite a jcr
node
to a
HstLink
for the
mountAlias
and for
type
.
- create(HippoBean, HstRequestContext) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
- create(HstSiteMapItem, Mount) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Regardless the current context, create a HstLink to the HstSiteMapItem that you use as argument.
- create(String, Mount) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Creates an HstLink for the path
and mount
.
- create(String, Mount, boolean) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Creates an HstLink for the path
and mount
.
- createActionURL() - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Creates a HST Action URL targeting the HstComponent.
- createAll(Node, HstRequestContext, boolean) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Rewrite a jcr Node to a List of
HstLink
s
- createAll(Node, HstRequestContext, String, String, boolean) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Rewrite a jcr Node to a List of
HstLink
s
- createAllAvailableCanonicals(Node, HstRequestContext) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
- createAllAvailableCanonicals(Node, HstRequestContext, String) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
- createAllAvailableCanonicals(Node, HstRequestContext, String, String) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
Expert: Creates a
List
of all available canonical links for
node
, within the hostgroup
hostGroupName
and where where the backing
Mount
of the
HstLink
has at least one
Mount.getTypes()
equal to
type
- createAndReturn(String, String, String, boolean) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectBeanPersistenceManager
-
Creates content node(s) with the specified node type at the specified absolute path.
- createByRefId(String, Mount) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
- createCanonical(Node, HstRequestContext) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
This creates a canonical HstLink: regardless the current requestContext, one and the same jcr Node is guaranteed to return the same HstLink.
- createCanonical(Node, HstRequestContext, HstSiteMapItem) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
- createComment(String) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Creates a comment element
- createComment(String) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- createComponentRenderingURL() - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Creates a HST component rendering URL targeting a specific HstComponent
- createContentRewriter() - Method in interface org.hippoecm.hst.content.rewriter.ContentRewriterFactory
-
- createElement(Object, Object) - Method in interface org.hippoecm.hst.cache.HstCache
-
- createElement(String) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
- createElement(String) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- createFilter() - Method in interface org.hippoecm.hst.content.beans.query.HstQuery
-
- createLiveSecurityDelegate(Credentials, boolean) - Method in interface org.hippoecm.hst.core.jcr.SessionSecurityDelegation
-
- createNavigationalURL(String) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Creates a HST Navigational Render URL
- createObjectBeanManager(Session) - Method in interface org.hippoecm.hst.content.tool.ContentBeansTool
-
- createPageNotFoundLink(Mount) - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
- createParameterInfoProxy(ParametersInfo, ComponentConfiguration, HstRequest, HstParameterValueConverter) - Method in interface org.hippoecm.hst.core.component.HstParameterInfoProxyFactory
-
Returns a proxy instance of the interface T.
- createPreviewSecurityDelegate(Credentials, boolean) - Method in interface org.hippoecm.hst.core.jcr.SessionSecurityDelegation
-
- createQuery(Node) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
Creates a empty query, with scope
- createQuery(Node, Class<? extends HippoBean>, boolean) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
Creates a query, with scope and Filter for types of filterBean.
- createQuery(Node, String, boolean) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
Creates a query, with scope and Filter for node types.
- createQuery(HippoBean) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
Creates a empty query, with scope
- createQuery(HippoBean, Class<? extends HippoBean>, boolean) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
Creates a query, with scope HippoBean and Filter for types of filterBean.
- createQuery(Node, Class<? extends HippoBean>...) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
Creates a query, with the scope HippoBean and with a Filter that filters to only return HippoBeans of the types that are
added as variable arguments.
- createQuery(Node, boolean, Class<? extends HippoBean>...) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
- createQuery(Node, String...) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
Creates a query, with the scope HippoBean and with a Filter that filters to only return HippoBeans of the types that are
added as variable arguments.
- createQuery(Node, boolean, String...) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
- createQuery(HippoBean, Class<? extends HippoBean>...) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
Creates a query, with a scope and with a Filter that filters to only return HippoBeans of the types that are
added as variable arguments.
- createQuery(HippoBean, boolean, Class<? extends HippoBean>...) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
- createQuery(HippoBean, String...) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
Creates a query, with a scope and with a Filter that filters to only return HippoBeans of the types that are
added as variable arguments.
- createQuery(HippoBean, boolean, String...) - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
- createQueryManager(Session) - Method in interface org.hippoecm.hst.content.tool.ContentBeansTool
-
- createQueryManager(Session, ObjectConverter) - Method in interface org.hippoecm.hst.core.search.HstQueryManagerFactory
-
- createRenderURL() - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Creates a HST Render URL targeting the HstComponent.
- createResourceURL() - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Creates a HST Resource URL targeting the current HstComponent.
- createResourceURL(String) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Creates a HST Resource URL targeting the HstComponent indicated by referenceNamespace.
- createSecurityDelegate(Credentials, Credentials, boolean, DomainRuleExtension...) - Method in interface org.hippoecm.hst.core.jcr.SessionSecurityDelegation
-
- createUncacheableElement(Object, Object) - Method in interface org.hippoecm.hst.cache.HstCache
-
- createURL(String, String, HstContainerURL, HstRequestContext) - Method in interface org.hippoecm.hst.core.component.HstURLFactory
-
Returns HstURL for the HstURL type with reference namespace based on the base container URL
- createURL(String, String, HstContainerURL, HstRequestContext, String) - Method in interface org.hippoecm.hst.core.component.HstURLFactory
-
Returns HstURL for the HstURL type with reference namespace based on the base container URL and an explicit
contextPath
, for example needed when the
Mount
to create a link for has a different contextpath
than the
ResolvedMount
belonging to the
HstRequestContext
- createURL(HstContainerURL, String) - Method in interface org.hippoecm.hst.core.container.HstContainerURLProvider
-
- createURL(Mount, HstContainerURL, String) - Method in interface org.hippoecm.hst.core.container.HstContainerURLProvider
-
- createURL(HstContainerURL, HstURL) - Method in interface org.hippoecm.hst.core.container.HstContainerURLProvider
-
- CUSTOM_ERROR_HANDLER_PARAM_NAME - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The parameter name for custom error handler class name in the root component configuration
- GENERAL_PROEPRTY_SCHEME_AGNOSTIC - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_CACHEABLE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_DEFAULT_RESOURCE_BUNDLE_ID - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_HOMEPAGE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_INHERITS_FROM - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_LAST_MODIFIED - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_LAST_MODIFIED_BY - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_LOCALE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_LOCKED_BY - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_LOCKED_ON - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_PAGE_NOT_FOUND - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_PARAMETER_NAMES - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_PARAMETER_VALUES - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_SCHEME_NOT_MATCH_RESPONSE_CODE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GENERAL_PROPERTY_VERSION_IN_PREVIEW_HEADER - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- GenericEventListener - Class in org.hippoecm.hst.core.jcr
-
The GenericEventListener
class provides a default implementation for
the EventListener
interface.
- GenericEventListener() - Constructor for class org.hippoecm.hst.core.jcr.GenericEventListener
-
- GenericHstComponent - Class in org.hippoecm.hst.core.component
-
The GenericHstComponent
class provides a default implementation for
the HstComponent
interface.
- GenericHstComponent() - Constructor for class org.hippoecm.hst.core.component.GenericHstComponent
-
- get(Object) - Method in interface org.hippoecm.hst.cache.HstCache
-
- get(Object, Callable<? extends CacheElement>) - Method in interface org.hippoecm.hst.cache.HstCache
-
- getAbsolutePath() - Method in interface org.hippoecm.hst.core.jcr.EventListenerItem
-
Returns the absolute path for the event listener.
- getActionParameterMap() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the action parameter map.
- getActionWindowReferenceNamespace() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the reference namespace of the current action window if it exists.
- getAfterValves() - Method in class org.hippoecm.hst.container.valves.AbstractOrderableValve
-
- getAfterValves() - Method in interface org.hippoecm.hst.core.container.OrderableValve
-
Returns prerequisite valve names that should follow this valve.
- getAlias() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
Returns the alias of this
Mount
item.
- getAllComponentExceptions() - Method in interface org.hippoecm.hst.core.container.PageErrors
-
Returns all component exceptions.
- getAllMapsCombined() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getAnnotatedClassFor(String) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectConverter
-
- getAnnotation(Class<T>) - Method in interface org.hippoecm.hst.configuration.channel.HstPropertyDefinition
-
- getAnnotations() - Method in interface org.hippoecm.hst.configuration.channel.HstPropertyDefinition
-
- getAnnotations(List<Class<? extends Annotation>>) - Method in interface org.hippoecm.hst.configuration.channel.HstPropertyDefinition
-
- getAsset() - Method in interface org.hippoecm.hst.content.beans.standard.HippoAssetBean
-
- getAsyncMode() - Method in interface org.hippoecm.hst.configuration.components.HstComponentInfo
-
Optional mode parameter to determine which technology should used for rendering asynchronous component.
- getAttribute(String) - Method in interface org.hippoecm.hst.core.component.HeadElement
-
Returns the attribute value of the head contribution element specified by the attribute name.
- getAttribute(String) - Method in interface org.hippoecm.hst.core.component.WrapperElement
-
Returns the attribute value of the head contribution element specified by the attribute name.
- getAttribute(String) - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
- getAttribute(String) - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Retrieve the attribute value by the attribute name.
- getAttributeMap() - Method in interface org.hippoecm.hst.core.component.HeadElement
-
Returns unmodifiable attribute map of the head contribution element.
- getAttributeMap() - Method in interface org.hippoecm.hst.core.component.HstRequest
-
Returns the attribute map of this component window.
- getAttributeMap(String) - Method in interface org.hippoecm.hst.core.component.HstRequest
-
Returns the attribute map of the specified reference namespace component window.
- getAttributeMap() - Method in interface org.hippoecm.hst.core.component.WrapperElement
-
Returns unmodifiable attribute map of the head contribution element.
- getAttributeNames() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
- getAttributeNames() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Enumerates the attribute names
- getAttributes() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns attribute map which is unmodifiable.
- getAvailableContainerItems() - Method in interface org.hippoecm.hst.configuration.components.HstComponentsConfiguration
-
- getAvailableLocales() - Method in interface org.hippoecm.hst.content.beans.standard.HippoAvailableTranslationsBean
-
Returns the available translations.
- getAvailableLocales() - Method in class org.hippoecm.hst.content.beans.standard.HippoAvailableTranslationsBean.NoopTranslationsBean
-
- getAvailableTranslations() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
- getAvailableTranslations(Class<T>) - Method in interface org.hippoecm.hst.content.beans.standard.HippoDocumentBean
-
- getBaseURL(HttpServletRequest) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
Returns the base of the URL
as seen by for example a browser.
- getBaseURL() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns the base container URL (
HstContainerURL
) of the current request lifecycle.
- getBean(String) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
This methods fetches a child HippoBean
with the relative path relPath.
- getBean(String, Class<T>) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Only if a bean found of type beanMappingClass
, it is returned, and otherwise null
is returned.
- getBeanByUUID(String, Class<T>) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
- getBeforeValves() - Method in class org.hippoecm.hst.container.valves.AbstractOrderableValve
-
- getBeforeValves() - Method in interface org.hippoecm.hst.core.container.OrderableValve
-
Returns postrequisite valve names that should follow this valve.
- getBinariesPrefix() - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
- getBlueprint() - Method in interface org.hippoecm.hst.configuration.channel.ChannelManagerEvent
-
Returns a blueprint object which is being used during the channel creation.
- getBlueprint(String) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
Retrieve a blue print from it's ID.
- getBlueprints() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
The list of available blueprints
- getBoolean(String) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a boolean associated with the given configuration key.
- getBoolean(String, boolean) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a boolean associated with the given configuration key.
- getBoolean(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns the boolean value of a node property
- getBooleanArrays() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getBooleans() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getBooleans(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns boolean array of the boolean values of a node property
- getBranches() - Method in interface org.hippoecm.hst.configuration.site.CompositeHstSite
-
- getBufferSize() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getBundle(String) - Method in interface org.hippoecm.hst.resourcebundle.ResourceBundleRegistry
-
Returns the resource bundle based on the specific basename for the default locale.
- getBundle(String, Locale) - Method in interface org.hippoecm.hst.resourcebundle.ResourceBundleRegistry
-
Returns the resource bundle based on the specific basename and locale.
- getBundleForPreview(String) - Method in interface org.hippoecm.hst.resourcebundle.ResourceBundleRegistry
-
Returns the resource bundle based on the specific basename for the default locale.
- getBundleForPreview(String, Locale) - Method in interface org.hippoecm.hst.resourcebundle.ResourceBundleRegistry
-
Returns the resource bundle based on the specific basename and locale.
- getCalendarArrays() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getCalendars() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getCanonicalBean() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Returns the canonical version of the current
HippoBean
or
null
in case that the backing
Node
is pure virtual, which
is the case for example for some faceted navigation nodes.
- getCanonicalContentPath() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getCanonicalHandlePath() - Method in interface org.hippoecm.hst.content.beans.standard.HippoDocumentBean
-
Returns the jcr path of the backing canonical handle jcr node or null
when
- getCanonicalHandleUUID() - Method in interface org.hippoecm.hst.content.beans.standard.HippoDocumentBean
-
Returns the jcr uuid of the backing canonical handle jcr node or null
when
- getCanonicalIdentifier() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
Returns the identifier of the backing stored component configuration.
- getCanonicalIdentifier() - Method in interface org.hippoecm.hst.configuration.internal.CanonicalInfo
-
Returns the identifier of the backing stored configuration node.
- getCanonicalIdentifier() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
Returns the identifier of the backing canonical configuration node of the HstSite.
- getCanonicalIdentifier() - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
Returns the identifier of the backing stored component configuration.
- getCanonicalPath() - Method in interface org.hippoecm.hst.configuration.internal.CanonicalInfo
-
- getCanonicalPath() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Returns the jcr path of the backing canonical (physical) jcr node or null
when
- getCanonicalPath() - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
Returns the canonical path of the backing stored configuration location.
- getCanonicalPath() - Method in interface org.hippoecm.hst.provider.ValueProvider
-
The canonical path can be a different location then
ValueProvider.getPath()
because the latter might give some virtual / mirrored
path of the value provider
- getCanonicalStoredLocation() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
Returns the canonical (real physical) location of the stored configuration of this HstComponentConfiguration
- getCanonicalUUID() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Returns the jcr uuid of the backing canonical (physical) jcr node or null
when
- getCdnHost() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getChannel() - Method in interface org.hippoecm.hst.configuration.channel.ChannelManagerEvent
-
- getChannel() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getChannel() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
- getChannelById(String, String) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
For hostGroup
get a Channel
given its id
- getChannelByJcrPath(String, String) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getChannelId() - Method in interface org.hippoecm.hst.configuration.channel.ChannelManagerEvent
-
- getChannelInfo() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getChannelInfo(Channel) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
The channel info for this channel.
- getChannelInfo() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
- getChannelInfoClass(Channel) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
The channel info class for this channel.
- getChannelInfoClass(String, String) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
The channel info class for this channel identified by id.
- getChannelManagerSitesName() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getChannelPath() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getChannels(String) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getChannels() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getCharacterEncoding() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getCharacterEncoding() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the current response's character encoding.
- getChild(String) - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getChild(String) - Method in interface org.hippoecm.hst.core.linking.LocationMapTreeItem
-
- getChildBeans(Class<T>) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Returns all the child beans as a
List
with elements of type
T
.
- getChildBeans(String) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Returns all the child beans of this bean, where the backing jcr node primary node type equals jcrPrimaryNodeType.
- getChildBeansByName(String) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Returns all the child beans of name
childNodeName
as a
List
with elements of type
T
.
- getChildBeansByName(String, Class<T>) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Returns all the child beans of name
childNodeName
as a
List
with elements of type
T
.
- getChildByName(String) - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
Returns the child HstComponentConfiguration by its name, or null if it doens't exist
- getChildContentNames() - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Returns the flushable child content window names.
- getChildCountsCombined() - Method in interface org.hippoecm.hst.content.beans.standard.HippoFacetNavigationBean
-
Return all the hippo:count values of all child HippoFacetNavigationBean combined.
- getChildHeadElements() - Method in interface org.hippoecm.hst.core.component.HeadElement
-
Returns the collection of the child head elements.
- getChildHost(String) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getChildHosts() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getChildItemConfigurations() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
- getChildMenuItems() - Method in interface org.hippoecm.hst.core.sitemenu.EditableMenuItem
-
- getChildMenuItems() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenuItem
-
- getChildMount(String) - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getChildMounts() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getChildren() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getChildren() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
Returns a List
of all child HstSiteMapItem
's of this HstSiteMapItem
.
- getChildServices() - Method in interface org.hippoecm.hst.service.Service
-
- getChildWindow(String) - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The child component window which can be accessed by the name.
- getChildWindowByReferenceName(String) - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The child component window which can be accessed by the reference name.
- getChildWindowMap() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The child component windows contained in this component window.
- getChildWindowNames() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The child component window names contained in this component window.
- getCmsLocation() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getCmsLocation() - Method in interface org.hippoecm.hst.configuration.hosting.MutableVirtualHost
-
- getCmsLocations() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getCmsLocations() - Method in interface org.hippoecm.hst.configuration.hosting.MutableVirtualHost
-
- getCmsPreviewPrefix() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
The cmsPreviewPrefix will never start or end with a slash and will never be null
- getComponent(String) - Method in interface org.hippoecm.hst.addon.module.ModuleInstance
-
- getComponent(Class<T>) - Method in interface org.hippoecm.hst.addon.module.ModuleInstance
-
- getComponent(String) - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Returns the registered container component by name.
- getComponent(Class<T>) - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Returns the registered container component by the specified type if any.
- getComponent(String, String...) - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Returns the registered component from a child context.
- getComponent(Class<T>, String...) - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Returns the registered component from a child context by the specified type.
- getComponent(HstContainerConfig, String) - Method in interface org.hippoecm.hst.core.container.HstComponentRegistry
-
Returns the registered HstComponent.
- getComponent() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The actual HstComponent instance.
- getComponentClassName() - Method in interface org.hippoecm.hst.configuration.components.HstComponentInfo
-
- getComponentConfiguration(String) - Method in interface org.hippoecm.hst.configuration.components.HstComponentsConfiguration
-
- getComponentConfiguration() - Method in class org.hippoecm.hst.core.component.GenericHstComponent
-
- getComponentConfiguration() - Method in interface org.hippoecm.hst.core.component.HstComponent
-
Returns the ComponentConfiguration for this component or null
if not implemented by a subclass
- getComponentConfigurationId() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
If a HstSiteMapItem can be used to resolve a url, it must have a componentConfigurationId referencing
the component configuration the will handle the request processing.
- getComponentConfigurationIdMappings() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getComponentConfigurations() - Method in interface org.hippoecm.hst.configuration.components.HstComponentsConfiguration
-
Return the map of all *non prototype* canonical
HstComponentConfiguration
's where the keys are the the
HstComponentConfiguration
's (
HstComponentInfo.getId()
).
- getComponentExceptions() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The component exceptions during initialization or runtime.
- getComponentExceptions(HstComponentInfo) - Method in interface org.hippoecm.hst.core.container.PageErrors
-
Returns collection of HstComponentException
caused by the specific component.
- getComponentFilterTag() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getComponentFilterTags() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Expert: The tags that will be used to render container items.
- getComponentInfo() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
- getComponentInfos() - Method in interface org.hippoecm.hst.core.container.PageErrors
-
Returns collection of HstComponentInfo
which causes exceptions.
- getComponentInstance(HstContainerConfig, HstComponentConfiguration, Mount) - Method in interface org.hippoecm.hst.core.container.HstComponentFactory
-
Returns the HstComponent instance from the HstComponent context.
- getComponentManager() - Method in class org.hippoecm.hst.container.event.ComponentManagerBeforeReplacedEvent
-
- getComponentMetadata(HstContainerConfig, HstComponentConfiguration, Mount) - Method in interface org.hippoecm.hst.core.container.HstComponentFactory
-
Returns the metadata of the HstComponent from the HstComponent context.
- getComponentMetadata(HstContainerConfig, String) - Method in interface org.hippoecm.hst.core.container.HstComponentRegistry
-
Returns the metadata of the registered HstComponent.
- getComponentMetadata() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The metadata of the actual HstComponent class.
- getComponentName() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The HstComponent name.
- getComponentRenderingWindowReferenceNamespace() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the reference namespace of the current rendering component if it exists.
- getComponentsConfiguration() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
- getComponentsOfType(Class<T>) - Method in interface org.hippoecm.hst.addon.module.ModuleInstance
-
- getComponentsOfType(Class<T>) - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Returns the registered container components that match the given object type (including subclasses).
- getComponentsOfType(Class<T>, String...) - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Returns the registered container component that match the given object type (including subclasses) from a child context.
- getComponentType() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getComponentType() - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
- getComponentWindowFilters() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getConfigRootNode() - Method in interface org.hippoecm.hst.configuration.channel.ChannelManagerEvent
-
- getConfigurationPath() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
- getConfigurationResources() - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Returns configuration resources for components assembly
- getContainerConfiguration() - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Returns the container configuration
- getContainerConfiguration() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getContainerResource() - Method in interface org.hippoecm.hst.core.linking.HstLink
-
- getContainerURLProvider() - Method in interface org.hippoecm.hst.core.component.HstURLFactory
-
Returns the HstContainerURLProvider.
- getContainerURLProvider() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getContent() - Method in interface org.hippoecm.hst.cache.CacheElement
-
- getContent() - Method in interface org.hippoecm.hst.content.beans.standard.HippoHtmlBean
-
- getContentBean() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns the content
HippoBean
for this request.
- getContentBean(Class<T>) - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getContentBeansTool() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getContentPath() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
Returns the content path for this
Mount
object.
- getContentRoot() - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
Get the
Blueprint
content root must start with a
/
and be a valid JCR path
- getContentType() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getContextClassLoader() - Method in interface org.hippoecm.hst.core.container.HstContainerConfig
-
Returns the classloader of the web application where the HstComponents are located.
- getContextCredentialsProvider() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns the context credentials provider
- getContextPath() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
Returns the contextpath (webapp) for this
Mount
.
- getContextPath() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
Returns the default contextpath (webapp) for all the
Mount
s below this
VirtualHost
.
- getContextPath() - Method in interface org.hippoecm.hst.configuration.model.HstManager
-
- getContextPath() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the current container's servlet context path.
- getCount() - Method in interface org.hippoecm.hst.content.beans.standard.HippoFacetNavigationBean
-
the value of the 'hippo:count' property
- getCount() - Method in interface org.hippoecm.hst.content.beans.standard.HippoResultSetBean
-
the value of the 'hippo:count' property
- getCurrentHstContainerConfig() - Method in interface org.hippoecm.hst.core.container.HstRequestProcessor
-
Returns the current request container config object used in the current request processing context.
- getDate(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns the Calendar value of a node property.
- getDates(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns Calendar array of the Calendar values of a node property.
- getDeepestExpandedItem() - Method in interface org.hippoecm.hst.core.sitemenu.EditableMenu
-
- getDeepestExpandedItem() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenu
-
This utility method is valuable for creating repository based navigations, as you can easily get the deepest selected item, which might
in turn need repository based menu build below it
- getDefaultContextPath() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
For external calls like the CMS REST api, an external app needs to know what context path to use.
- getDefaultCredentials(HstRequestContext) - Method in interface org.hippoecm.hst.core.request.ContextCredentialsProvider
-
Returns the default credentials for this request context if available.
- getDefaultHostName() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getDefaultHstComponentClassName() - Method in interface org.hippoecm.hst.core.container.HstComponentFactory
-
Returns the default HST Component class name
- getDefaultPipeline() - Method in interface org.hippoecm.hst.core.container.Pipelines
-
Returns the default pipeline.
- getDefaultResolution() - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
- getDefaultResourceBundleId() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getDefaultResourceBundleId() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getDefaultResourceBundleId() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getDefaultResourceBundleIds() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getDefaultResourceBundleIds() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getDefaultResourceBundleIds() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getDefaultSiteMapItemHandlerIds() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getDefaultValue() - Method in interface org.hippoecm.hst.configuration.channel.HstPropertyDefinition
-
- getDefaultValue() - Method in enum org.hippoecm.hst.core.parameters.HstValueType
-
- getDelegatedSession(Credentials) - Method in interface org.hippoecm.hst.core.jcr.SessionSecurityDelegation
-
- getDepth() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
- getDepth() - Method in interface org.hippoecm.hst.core.sitemenu.CommonMenuItem
-
- getDeref() - Method in interface org.hippoecm.hst.content.beans.standard.HippoMirrorBean
-
- getDescription() - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
Get value of
hst:description
of the
Blueprint
if available,
null
otherwise
- getDescription() - Method in interface org.hippoecm.hst.content.beans.standard.HippoGalleryImageSetBean
-
- getDiagnosticsDepth() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getDiagnosticsThresholdMillis() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getDiagnosticsUnitThresholdMillis() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getDisplayName() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Returns the display name of the backing jcr node for this bean as determined by its hippo:name
property
or the node name of the backing jcr node if no such property exists
- getDisplayName() - Method in interface org.hippoecm.hst.provider.jcr.JCRValueProvider
-
- getDocument() - Method in interface org.hippoecm.hst.content.beans.standard.HippoRequestBean
-
- getDocumentIterator(Class<T>) - Method in interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
-
Lazy loading iterator that fetches Documents only when asked for it.
- getDocuments() - Method in interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
-
- getDocuments(int, int) - Method in interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
-
Returns a view of the portion of the list of HippoDocumentBean between the specified from
, inclusive, and to, exclusive.
- getDocuments(int, int, boolean) - Method in interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
-
Returns a view of the portion of the list of HippoDocumentBean between the specified from
, inclusive, and to, exclusive.
- getDocuments(boolean) - Method in interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
-
- getDocuments(Class<T>) - Method in interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
-
Facility method to get all documents directly below this folder that result in a HippoBean of class or subclass clazz.
- getDocumentSize() - Method in interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
-
- getDouble(String) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a double associated with the given configuration key.
- getDouble(String, double) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a double associated with the given configuration key.
- getDouble(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns the double value of a node property.
- getDoubleArrays() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getDoubles() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getDoubles(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns double array of the long values of a node property.
- getEditableMenu() - Method in interface org.hippoecm.hst.core.sitemenu.EditableMenuItem
-
- getEditableMenu() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenu
-
- getEqualComparator() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
A convenience method capable of comparing two HippoBean instances for you for the underlying jcr node.
- getErrorCode() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
A HstSiteMapItem
can specify an error-code.
- getErrorCode() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getErrorCode() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getErrorMessage() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getEventListener() - Method in interface org.hippoecm.hst.core.jcr.EventListenerItem
-
Returns the EventListener
instance.
- getEventListenerItems() - Method in interface org.hippoecm.hst.core.jcr.EventListenersContainer
-
Returns a list of the event listener items.
- getEventTypes() - Method in interface org.hippoecm.hst.core.jcr.EventListenerItem
-
Returns the event type for the event listener.
- getExternalLink() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
When a sitemenu item has an external link (http://...) configured, it is retrieved by this method.
- getExternalLink() - Method in interface org.hippoecm.hst.core.sitemenu.CommonMenuItem
-
When this method does not return null, then by default
CommonMenuItem.getHstLink()
will return
null
even
if the sitemenu item has a sitemap reference path defined
- getFileName() - Method in interface org.hippoecm.hst.content.beans.standard.HippoGalleryImageSetBean
-
- getFilter() - Method in interface org.hippoecm.hst.content.beans.query.HstQuery
-
- getFloat(String) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a float associated with the given configuration key.
- getFloat(String, float) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a float associated with the given configuration key.
- getFolders() - Method in interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
-
- getFolders(boolean) - Method in interface org.hippoecm.hst.content.beans.standard.HippoFolderBean
-
- getFormLoginPage() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
Returns FORM Login Page
- getFormLoginPage() - Method in interface org.hippoecm.hst.core.request.ResolvedMount
-
Returns FORM Login Page
- getForwardPathInfo() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getFullName() - Method in interface org.hippoecm.hst.addon.module.ModuleInstance
-
- getHasContentPrototype() - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
- getHeadElements() - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Retrieves header element list.
- getHeadElements() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getHeight() - Method in interface org.hippoecm.hst.content.beans.standard.HippoGalleryImageBean
-
- getHippoBeans() - Method in interface org.hippoecm.hst.content.beans.query.HstQueryResult
-
This returns a HippoBeanIterator, which is a lazy loading proxy for accessing the beans in the HstQueryResult.
- getHomePage() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getHomePage() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getHostGroupName() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
Returns the name of host group this virtual host belongs to, for example 'prod', 'acct' or 'dev'
- getHostGroupNames() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getHostName() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
The hostName of this VirtualHost.
- getHostName() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the host name of the request: note that with reverse proxies, this can be the original host informations requested
by the client or the proxies
- getHstComponentConfiguration() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getHstConfigurationAugmenters() - Method in interface org.hippoecm.hst.configuration.model.HstManager
-
- getHstLink() - Method in interface org.hippoecm.hst.core.sitemenu.CommonMenuItem
-
- getHstLinkCreator() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getHstManager() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getHstQueryManagerFactory() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getHstSite() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getHstSite(CompositeHstSite, HstRequestContext) - Method in interface org.hippoecm.hst.configuration.site.HstSiteProvider
-
- getHstSiteMap() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
Return the HstSiteMap
that is the container of this HstSiteMapItem
- getHstSiteMapItem() - Method in interface org.hippoecm.hst.core.linking.HstLink
-
- getHstSiteMapItem() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getHstSiteMapItems() - Method in interface org.hippoecm.hst.core.linking.LocationMapTreeItem
-
- getHstSiteMapMatcher() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
This is a shortcut method fetching the HstSiteMapMatcher from the backing
HstManager
- getHstSiteMenu() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenuItem
-
- getHstSiteMenuConfiguration() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
- getHstSiteMenus() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getHstSiteMenus() - Method in interface org.hippoecm.hst.core.sitemenu.EditableMenu
-
- getHstSiteMenus() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenu
-
- getIconPath() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getId() - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
- getId() - Method in interface org.hippoecm.hst.configuration.components.HstComponentInfo
-
Returns the id for this component configuration.
- getId() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getId() - Method in interface org.hippoecm.hst.configuration.sitemapitemhandlers.HstSiteMapItemHandlerConfiguration
-
Returns the id for this sitemap item handler configuration.
- getIdentifier() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getIdentifier() - Method in interface org.hippoecm.hst.content.beans.standard.IdentifiableContentBean
-
This returns the identifier of the backing provider for this bean, for example some UUID or
/documents/content/myprojec/news/article or http://www.example.com/foo/bar, or a RDBMS id, etc
It is not allowed for any implementation to return null
- getIdentifier() - Method in interface org.hippoecm.hst.provider.ValueProvider
-
- getImageVariant() - Method in interface org.hippoecm.hst.content.rewriter.ContentRewriter
-
- getInitialSize() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the initial size of the connection pool.
- getInt(String) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a int associated with the given configuration key.
- getInt(String, int) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a int associated with the given configuration key.
- getJcrExpression() - Method in interface org.hippoecm.hst.content.beans.query.filter.BaseFilter
-
- getJcrNode() - Method in interface org.hippoecm.hst.provider.jcr.JCRValueProvider
-
returns the Node
that was used to create this value provider with or null
when the
node is already detached
- getKey() - Method in interface org.hippoecm.hst.cache.CacheElement
-
- getKey() - Method in enum org.hippoecm.hst.configuration.channel.ChannelException.Type
-
- getKey() - Method in interface org.hippoecm.hst.util.KeyValue
-
Returns the key corresponding to the pair.
- getKeys() - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get the list of the keys contained in the configuration.
- getLabel() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getLastModified() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getLastModified() - Method in interface org.hippoecm.hst.content.beans.standard.HippoResourceBean
-
- getLength() - Method in interface org.hippoecm.hst.content.beans.standard.HippoResourceBean
-
- getLengthKB() - Method in interface org.hippoecm.hst.content.beans.standard.HippoResourceBean
-
Return size in kilobytes
- getLengthMB() - Method in interface org.hippoecm.hst.content.beans.standard.HippoResourceBean
-
Return size in kilobytes
- getLifecyclePhase() - Method in interface org.hippoecm.hst.core.component.HstRequest
-
Returns the lifecycle phase of the current HST request.
- getLimit() - Method in interface org.hippoecm.hst.content.beans.query.HstQuery
-
Returns the limit of the HstQuery.
- getLinkedBean(String, Class<T>) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
This method returns the HippoBean
linked by relPath
of type beanMappingClass.
- getLinkedBeans(String, Class<T>) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
- getList(String) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a List of strings associated with the given configuration key.
- getLocale() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
the locale for this
Mount
or
null
when it does not contain one.
- getLocale() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
the locale for this VirtualHost or null
when it does not contain one.
- getLocale() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getLocale() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
the locale for this sitemapItem or null
when it does not contain one.
- getLocale() - Method in interface org.hippoecm.hst.content.beans.standard.HippoTranslated
-
Returns the
Locale
for content bean.
- getLocale() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getLocales() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns an Enumeration of Locale objects
- getLocaleString() - Method in interface org.hippoecm.hst.content.beans.standard.HippoTranslated
-
Return string expression of the locale for content bean.
- getLocalizedName() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
- getLocalizedName() - Method in interface org.hippoecm.hst.provider.jcr.JCRValueProvider
-
- getLocalParameter(String) - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
Returns the parameter value without inheritance for the parameter name
and null
if not present.
- getLocalParameter(String) - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getLocalParameter(String) - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
The value of the local parameter, where there are no parameters inherited from ancestor items
- getLocalParameter(String) - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
- getLocalParameter(String, ResolvedSiteMapItem) - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
Returns the property without inheritance and if an expession exists it is resolved with the help of the ResolvedSiteMapItem
- getLocalParameter(String) - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getLocalParameter(String) - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenuItem
-
The value of the local (no parameters inherited from ancestor items) parameter with possible property placeholders substituted
- getLocalParameters() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getLocalParameters() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getLocalParameters() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
- getLocalParameters(ResolvedSiteMapItem) - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
Returns all resolved parameters without inheritance into a map
- getLocalParameters() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getLocalParameters() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenuItem
-
- getLocationMapTree() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
The location map is an inverted version from the
HstSiteMap
: Instead of mapping for
URL
s to
relativecontentpath
's, the location map is a mapping from
relativecontentpath
s to
URL
s
- getLocationMapTreeComponentDocuments() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
The component documents location map is mapping from documents to sitemap items only now specifically linked to
from a hst component that belongs to the sitemap item (and thus not via the relativecontentpath
s )
- getLocationResolvers() - Method in interface org.hippoecm.hst.core.linking.HstLinkCreator
-
- getLockedBy() - Method in interface org.hippoecm.hst.configuration.internal.ConfigurationLockInfo
-
Returns the name of the user that has locked this configuration item or null
if it is not locked.
- getLockedOn() - Method in interface org.hippoecm.hst.configuration.internal.ConfigurationLockInfo
-
Returns the timestamp at which this configuration item became locked or null
if it is not locked.
- getLong(String) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a long associated with the given configuration key.
- getLong(String, long) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a long associated with the given configuration key.
- getLong(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns the long value of a node property.
- getLongArrays() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getLongs() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getLongs(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns long array of the long values of a node property.
- getMappings() - Method in interface org.hippoecm.hst.core.linking.ResourceContainer
-
returns the mapping from nodename to url prefix.
- getMaster() - Method in interface org.hippoecm.hst.configuration.site.CompositeHstSite
-
- getMatchingIgnoredPrefix() - Method in interface org.hippoecm.hst.core.request.ResolvedMount
-
- getMaxActive() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the maximum number of active connections that can be allocated at the same time.
- getMaxIdle() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the maximum number of connections that can remain idle in the pool.
- getMaxSize() - Method in interface org.hippoecm.hst.cache.HstCache
-
- getMaxWait() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the maximum number of milliseconds that the pool will wait
for a connection to be returned before throwing an exception.
- getMenuItems() - Method in interface org.hippoecm.hst.core.sitemenu.EditableMenu
-
- getMimeType() - Method in interface org.hippoecm.hst.content.beans.standard.HippoResourceBean
-
Get the mime type of this resource.
- getMinEvictableIdleTimeMillis() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the the minimum amount of time an object may sit idle in the pool
- getMinIdle() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the minimum number of idle connections in the pool
- getModuleInstance(String) - Method in interface org.hippoecm.hst.addon.module.ModuleInstance
-
- getModuleInstances() - Method in interface org.hippoecm.hst.addon.module.ModuleInstance
-
- getMount() - Method in interface org.hippoecm.hst.core.linking.HstLink
-
- getMount() - Method in class org.hippoecm.hst.core.linking.RewriteContext
-
- getMount(String) - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
a mount with
Mount.getAlias()
equal to
alias
and at least one common type with the mount from the current request.
- getMount(String, String) - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getMount() - Method in interface org.hippoecm.hst.core.request.ResolvedMount
-
- getMountAlias() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
If not null
the mount belonging to this alias is used for creating the sitemenu item link
- getMountByGroupAliasAndType(String, String, String) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getMountByIdentifier(String) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getMountPath() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
Returns the mount path for this
Mount
object.
- getMountPoint() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
Returns the mount point for this
Mount
object.
- getMountProperties() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
Returns all the properties that start with
"hst:mount" and have value of type
String
.
- getMountsByHostGroup(String) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
- getMountVariants() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getName() - Method in interface org.hippoecm.hst.addon.module.ModuleInstance
-
- getName() - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
Get the name of the
Blueprint
as provided in the property
hst:name
, if the property doesn't
exist, the
id
(node name) is returned as the name
- getName() - Method in interface org.hippoecm.hst.configuration.channel.HstPropertyDefinition
-
- getName() - Method in interface org.hippoecm.hst.configuration.components.HstComponentInfo
-
Return the name of this component configuration.
- getName() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getName() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
Returns the name
of this VirtualHost.
- getName() - Method in interface org.hippoecm.hst.configuration.model.HstNode
-
- getName() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
Each contained HstSite
within its HstSites
container has a unique name.
- getName() - Method in interface org.hippoecm.hst.configuration.sitemapitemhandlers.HstSiteMapItemHandlerConfiguration
-
Return the name of this sitemap item handler configuration.
- getName() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuConfiguration
-
Returns the name of this SiteMenuConfiguration.
- getName() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
- getName() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
This returns the node name of the backing jcr node for this bean
- getName() - Method in interface org.hippoecm.hst.content.rewriter.ImageVariant
-
- getName() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The name of the component window.
- getName() - Method in interface org.hippoecm.hst.core.sitemenu.CommonMenu
-
Returns the name of this SiteMenu.
- getName() - Method in interface org.hippoecm.hst.core.sitemenu.CommonMenuItem
-
- getName() - Method in interface org.hippoecm.hst.provider.ValueProvider
-
- getNamedPipeline() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
Note that if an ancestor
Mount
contains a namedPipeline, this value is inherited unless this
Mount
explicitly defines its own
- getNamedPipeline() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
the namedPipeline for this sitemapItem or null
when it does not contain one.
- getNamedPipeline() - Method in interface org.hippoecm.hst.core.request.ResolvedMount
-
- getNamedPipeline() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
Returns the namedPipeline
to be used for the Hst Request Processing.
- getNamedRenderer() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getNamedRenderer() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
- getNamedResourceServer() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getNamedResourceServer() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
- getNamespace() - Method in interface org.hippoecm.hst.core.component.HstResponse
-
The value returned by this method should be prefixed or appended to elements,
such as JavaScript variables or function names, to ensure they are unique
in the context of the HST-managed page.
- getNode(String) - Method in interface org.hippoecm.hst.configuration.model.HstNode
-
- getNode() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
This returns the backing jcr node for this bean.
- getNodes() - Method in interface org.hippoecm.hst.configuration.model.HstNode
-
- getNodes(String) - Method in interface org.hippoecm.hst.configuration.model.HstNode
-
- getNodeType() - Method in interface org.hippoecm.hst.core.linking.LocationResolver
-
- getNodeType() - Method in interface org.hippoecm.hst.core.linking.ResourceContainer
-
- getNodeTypeName() - Method in interface org.hippoecm.hst.configuration.model.HstNode
-
- getNodeTypeNames() - Method in interface org.hippoecm.hst.core.jcr.EventListenerItem
-
Returns the node type name array for the event listener.
- getNumActive() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the current active session count in the pool.
- getNumIdle() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the current idle session count in the pool.
- getNumSessionsActivated() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounterMBean
-
- getNumSessionsCreated() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounterMBean
-
- getNumSessionsDestroyed() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounterMBean
-
- getNumSessionsObtained() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounterMBean
-
- getNumSessionsPassivated() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounterMBean
-
- getNumSessionsReturned() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounterMBean
-
- getNumTestsPerEvictionRun() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the number of objects to examine during idle object evictor runs
- getObject(String) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectBeanManager
-
Get an object from the JCR repository.
- getObject(Session, String) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectConverter
-
- getObject(Node) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectConverter
-
- getObject(Node, String) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectConverter
-
- getObject(String, Session) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectConverter
-
- getObject(String, Node) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectConverter
-
- getObject(Session, String) - Method in interface org.hippoecm.hst.content.beans.SimpleObjectConverter
-
Returns a mapped object for the JCR node indicated by the path.
- getObjectBeanManager() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getObjectBeanManager(Session) - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getObjectByUuid(String) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectBeanManager
-
Get an object from the JCR repository
- getObjectConverter() - Method in interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
-
- getObjectConverter() - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
- getObjectConverter() - Method in interface org.hippoecm.hst.content.tool.ContentBeansTool
-
- getObjectConverter() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getObjectInstance(HstContainerConfig, String) - Method in interface org.hippoecm.hst.core.container.HstComponentFactory
-
Returns arbitrary object instance from the HstComponent context.
- getOffset() - Method in interface org.hippoecm.hst.content.beans.query.HstQuery
-
Returns the offset of the HstQuery.
- getOrCreateLiveSecurityDelegate(Credentials, String) - Method in interface org.hippoecm.hst.core.jcr.SessionSecurityDelegation
-
Returns an existing Session
if there is one on the hst request for key
.
- getOrCreatePreviewSecurityDelegate(Credentials, String) - Method in interface org.hippoecm.hst.core.jcr.SessionSecurityDelegation
-
Returns an existing Session
if there is one on the hst request for key
.
- getOriginal() - Method in interface org.hippoecm.hst.content.beans.standard.HippoGalleryImageSetBean
-
- getOutputStream() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getPageCacheContext() - Method in interface org.hippoecm.hst.core.container.ValveContext
-
- getPageCacheKey() - Method in interface org.hippoecm.hst.core.container.PageCacheContext
-
- getPageErrorHandlerClassName() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getPageErrorHandlerClassName() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
- getPageNotFound() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getPageNotFound() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getPageTitle() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getPageTitle() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getParameter(String) - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
Returns the parameter value for the parameter name
and null
if not present.
- getParameter(String) - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
The String value of the mount parameter.
- getParameter(String) - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
A HstSiteMapItem can contain a Map of parameters.
- getParameter(String) - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
A HstSiteMenuItemConfiguration can contain a Map of parameters.
- getParameter(String) - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
- getParameter(String) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the value of a render parameter as a String
,
or null
if the render parameter does not exist.
- getParameter(String, ResolvedSiteMapItem) - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
Returns the property and if an expession exists it is resolved with the help of the ResolvedSiteMapItem
- getParameter(String) - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
Returns a property from the HstSiteMapItem configuration but should have replaced possible property placeholders.
- getParameter(String) - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenuItem
-
A HstSiteMenuItem can contain a Map of parameters.
- getParameterInfoProxyFactory() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getParameterMap() - Method in interface org.hippoecm.hst.core.component.HstRequest
-
Returns the parameter map of this component window.
- getParameterMap(String) - Method in interface org.hippoecm.hst.core.component.HstRequest
-
Returns the parameter map of the specified reference namespace component window.
- getParameterMap() - Method in interface org.hippoecm.hst.core.component.HstURL
-
Returns the parameter map of this url.
- getParameterMap() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the render parameter map.
- getParameterNameComponentSeparator() - Method in interface org.hippoecm.hst.core.container.HstContainerURLProvider
-
Returns the parameter name component separator.
- getParameterNames() - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
- getParameterPrefixes() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
Parameters can have prefixes (variant).
- getParameters() - Method in exception org.hippoecm.hst.configuration.channel.ChannelException
-
- getParameters() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
Returns the map of all parameters.
- getParameters() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
Returns an unmodifiable map of all mount parameters, empty map if none.
- getParameters() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getParameters() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
Parameters are inherited from ancestor HstSiteMenuItemConfiguration's.
- getParameters(ResolvedSiteMapItem) - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
Returns all resolved parameters into a map
- getParameters() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
Return the parameter map from the HstSiteMapItem configuration, but all values containing property placeholders should be resolved.
- getParameters() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenuItem
-
Parameters are inherited from ancestor sitemenu items.
- getParameterValues(String) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns an array of String
objects containing
all of the values the given render parameter has, or
null
if the render parameter does not exist.
- getParent() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
Returns the parent HstComponentConfiguration
for this this component or null if a root component.
- getParent() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getParent() - Method in interface org.hippoecm.hst.configuration.model.HstNode
-
- getParentBean() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Returns the parent bean wrt this bean.
- getParentItem() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
Returns parent HstSiteMapItem
and null
when the item does not have a parent (in other words, it is a
root HstSiteMapItem
)
- getParentItem() - Method in interface org.hippoecm.hst.core.linking.LocationMapTreeItem
-
- getParentItem() - Method in interface org.hippoecm.hst.core.sitemenu.EditableMenuItem
-
- getParentItem() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenuItem
-
- getParentItemConfiguration() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
- getParentJcrNode() - Method in interface org.hippoecm.hst.provider.jcr.JCRValueProvider
-
returns the parent Node
of this value provider or null
when the node is detached.
- getParentWindow() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The parent component window containing this component window.
- getPath() - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
Get the normalized absolute path
- getPath() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
This returns the absolute path of the backing jcr node for this bean, for example /documents/content/myprojec/news/article
When the jcr node is virtual, it returns the virtual path.
- getPath() - Method in interface org.hippoecm.hst.core.linking.HstLink
-
Note: This is *not* a url!
- getPath() - Method in class org.hippoecm.hst.core.linking.RewriteContext
-
- getPath() - Method in interface org.hippoecm.hst.provider.ValueProvider
-
- getPathElements() - Method in interface org.hippoecm.hst.core.linking.HstLink
-
- getPathInfo() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the current request's path info (part after context path and
Mount
path)
- getPathInfo() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
Returns a relative path from hst request path to the SiteMapItem that was matched.
- getPathSuffix() - Method in interface org.hippoecm.hst.container.HstContainerRequest
-
Returns path suffix splitted from the request URI by the specified path suffix delimiter.
- getPathSuffix() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns the path suffix from the resolved site map item.
- getPathSuffixDelimiter() - Method in interface org.hippoecm.hst.configuration.model.HstManager
-
Returns the request path suffix delimiter.
- getPipeline(String) - Method in interface org.hippoecm.hst.core.container.Pipelines
-
Returns the specified pipeline by the name.
- getPoolingCounter() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepository
-
Returns pooling counter.
- getPort() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getPortMount(int) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getPortNumber() - Method in interface org.hippoecm.hst.configuration.hosting.PortMount
-
- getPortNumber() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the portnumber of the request: note that with reverse proxies, this can be the original port requested
by the client or the proxies
- getPortNumber() - Method in interface org.hippoecm.hst.core.request.ResolvedMount
-
- getPortNumber() - Method in interface org.hippoecm.hst.core.request.ResolvedVirtualHost
-
- getPosition() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBeanIterator
-
Returns the current position within the iterator.
- getPosition() - Method in interface org.hippoecm.hst.content.beans.standard.HippoDocumentIterator
-
Returns the current position within the iterator.
- getPreferredLocale() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Gets the preferred locale associated with this request.
- getPreviewChannel() - Method in interface org.hippoecm.hst.configuration.internal.ContextualizableMount
-
internal only : not api
- getPreviewChannelInfo() - Method in interface org.hippoecm.hst.configuration.internal.ContextualizableMount
-
internal only : not api
The preview channel properties for this mount.
- getPreviewChannelPath() - Method in interface org.hippoecm.hst.configuration.internal.ContextualizableMount
-
- getPreviewHstSite() - Method in interface org.hippoecm.hst.configuration.internal.ContextualizableMount
-
internal only : not api
- getPrimaryItem() - Method in interface org.hippoecm.hst.core.linking.ResourceContainer
-
- getPrimaryNodeTypeNameFor(Class<? extends HippoBean>) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectConverter
-
- getPrimaryObjectType(Node) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectConverter
-
Returns the Primary Node Type for a Node (or a child Node if the Node is a Handle) to be used for Object conversion,
possibly using a fallback Node Type if no exact match can be determined.
- getProperties() - Method in interface org.hippoecm.hst.configuration.channel.ChannelInfo
-
- getProperties() - Method in interface org.hippoecm.hst.configuration.sitemapitemhandlers.HstSiteMapItemHandlerConfiguration
-
- getProperties() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
When developers have customized SiteMenuItem configuration with extra properties, these properties can be
accessed through this Map
- getProperties() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
- getProperties(ResolvedSiteMapItem, Class<T>) - Method in interface org.hippoecm.hst.core.request.SiteMapItemHandlerConfiguration
-
Returns all resolved properties of type mappingClass into a map.
- getProperties() - Method in interface org.hippoecm.hst.core.sitemenu.CommonMenuItem
-
When developers have customized SiteMenuItem configuration with extra properties, these properties can be
accessed through this Map
- getProperties() - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns all combined properties that are of type String, boolean, int, long, double or Calendar in a Map.
- getProperty(String) - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
the string value of the property or null
when the property is not present.
- getProperty(String) - Method in interface org.hippoecm.hst.configuration.sitemapitemhandlers.HstSiteMapItemHandlerConfiguration
-
- getProperty(String) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
Return types can be of type String, String[], Boolean, Boolean[], Long, Long[], Double, Double[] or Calendar, Calendar[]
- getProperty(String, T) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
If the property does not exist, return the defaultValue
.
- getProperty() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
- getProperty(String, ResolvedSiteMapItem, Class<T>) - Method in interface org.hippoecm.hst.core.request.SiteMapItemHandlerConfiguration
-
- getProperty(String, String, Class, Method) - Method in interface org.hippoecm.hst.service.ServiceBeanAccessProvider
-
Deprecated.
- getPropertyDefinitions(Channel) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
Get Channel
property definitions given a Channel
object instance
- getPropertyDefinitions(String, String) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
Get Channel
property definitions given a Channel
id
- getPropertyMap() - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns all combined properties that are of type String, boolean, int, long, double or Calendar in a PropertyMap.
- getPropertyNames() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
Returns the unmodifiable
List
of all properties names and EMPTY list if no properties available.
- getPrototypeChannel() - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
Get prototype Channel
- getPrototypePages() - Method in interface org.hippoecm.hst.configuration.components.HstComponentsConfiguration
-
- getQualifiedId() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
The qualified id, which might contain more info then just
HstSiteMapItem.getId()
as the getId might return an id which is meaningfull only within it's current
HstSiteMap
- getQueryAsString(boolean) - Method in interface org.hippoecm.hst.content.beans.query.HstQuery
-
Returns the query as string.
- getQueryManager() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getQueryManager(Session) - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getRawLocalParameters() - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
- getRawParameters() - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
- getRawProperties(Class<T>) - Method in interface org.hippoecm.hst.core.request.SiteMapItemHandlerConfiguration
-
Returns the map of all unresolved properties of type T into a map and an empty map if there are no properties of type mappingClass
- getRawProperty(String, Class<T>) - Method in interface org.hippoecm.hst.core.request.SiteMapItemHandlerConfiguration
-
Returns the unresolved property for name
or null
when not present or is not of type mappingClass
- getReason() - Method in interface org.hippoecm.hst.content.beans.standard.HippoRequestBean
-
- getReasonsUncacheable() - Method in interface org.hippoecm.hst.core.container.PageCacheContext
-
- getRedirectLocation() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getReferencedBean() - Method in interface org.hippoecm.hst.content.beans.standard.HippoMirrorBean
-
When you want the HippoBean that this mirror represents, you can use this method.
- getReferenceName() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
Return the referenceName of this HstComponentConfiguration
.
- getReferenceName() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The reference name of the component window.
- getReferenceNameSeparator() - Method in interface org.hippoecm.hst.core.container.HstComponentWindowFactory
-
Returns the reference namespace separator.
- getReferenceNamespace() - Method in interface org.hippoecm.hst.core.component.HstRequest
-
The reference namespace of the component window.
- getReferenceNamespace() - Method in interface org.hippoecm.hst.core.component.HstURL
-
Returns the reference namespace
- getReferenceNamespace() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The reference namespace of the component window.
- getRefId() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getRefreshPendingAfter() - Method in interface org.hippoecm.hst.core.jcr.LazySession
-
Returns the pending time millis after when the session should be refreshed.
- getRelativeContentPath() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getRelativeContentPath() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getRenderHost() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getRenderPath() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getRenderPath() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The dispatching path path to render this component window.
- getRenderPath() - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
- getReplaces() - Method in interface org.hippoecm.hst.content.rewriter.ImageVariant
-
Returns the List of variants that should be replaced with
ImageVariant.getName()
and an EMPTY List if no explicit items for replaces are configured.
- getRepository(String) - Method in interface org.hippoecm.hst.core.jcr.pool.JcrRepositoryProvider
-
Retrieves JCR Repository from this provider by specifying a repository URI.
- getRepositoryByCredentials(Credentials) - Method in interface org.hippoecm.hst.core.jcr.pool.MultipleRepository
-
Returns the internal repository which has the specified credentials as its default credentials.
- getRepositoryMap() - Method in interface org.hippoecm.hst.core.jcr.pool.MultipleRepository
-
Returns the internal repository map.
- getRequestContainerConfig() - Method in interface org.hippoecm.hst.core.container.ValveContext
-
Returns the HstComponent container configuration.
- getRequestContext() - Method in interface org.hippoecm.hst.core.component.HstRequest
-
Returns the current request context
- getRequestContext() - Method in interface org.hippoecm.hst.core.container.ValveContext
-
Returns the current request context.
- getRequestDate() - Method in interface org.hippoecm.hst.content.beans.standard.HippoRequestBean
-
- getRequestPath() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the current request after the context path but before the queryString.
- getRequestUsername() - Method in interface org.hippoecm.hst.content.beans.standard.HippoRequestBean
-
- getResolvedHostName() - Method in interface org.hippoecm.hst.core.request.ResolvedVirtualHost
-
- getResolvedMount() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getResolvedMount() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getResolvedMountPath() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
- getResolvedMountPath() - Method in interface org.hippoecm.hst.core.request.ResolvedMount
-
Returns the mountPath from the backing
Mount
where possible wildcard values might have been replaced.
- getResolvedSiteMapItem() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getResolvedVirtualHost() - Method in interface org.hippoecm.hst.core.request.ResolvedMount
-
- getResourceBundle(Channel, Locale) - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHosts
-
The resource bundle for the channel info.
- getResourceBundleId() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getResourceBundleIds() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getResourceContainers() - Method in interface org.hippoecm.hst.core.linking.ResourceLocationResolver
-
for example known containers of resources are nodetypes 'hippogallery:exampleAssetSet' and 'hippogallery:exampleImageSet'
- getResourceID() - Method in interface org.hippoecm.hst.core.component.HstRequest
-
Returns the resource ID which was set by the resource HST URL.
- getResourceID() - Method in interface org.hippoecm.hst.core.component.HstURL
-
Returns the resource ID
- getResourceId() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the resource ID if the current request is for serving resource in a component window.
- getResourceLifecycleManagement() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepository
-
Returns the resource lifecycle management implementation of this pool.
- getResourceLifecycleManagements() - Method in interface org.hippoecm.hst.core.jcr.pool.MultipleRepository
-
Returns the resource lifecycle management implementation.
- getResourceWindowReferenceNamespace() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the reference namespace of the current resource serving window if it exists.
- getResponseState() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
Returns the response state of this component window.
- getResultSet() - Method in interface org.hippoecm.hst.content.beans.standard.HippoFacetNavigationBean
-
- getRoles() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getRoles() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getRoles() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
- getRoles() - Method in interface org.hippoecm.hst.core.request.ResolvedMount
-
- getRoles() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getRootComponentRenderingWindow() - Method in interface org.hippoecm.hst.core.container.ValveContext
-
- getRootComponentWindow() - Method in interface org.hippoecm.hst.core.container.ValveContext
-
- getRootFacetNavigationBean() - Method in interface org.hippoecm.hst.content.beans.standard.HippoFacetNavigationBean
-
- getRootMount() - Method in interface org.hippoecm.hst.configuration.hosting.PortMount
-
A
PortMount
has to have at least a root
Mount
, otherwise it is not a valid PortNumber and cannot be used.
- getRootVirtualHostsByGroup() - Method in interface org.hippoecm.hst.configuration.hosting.MutableVirtualHosts
-
The root virtualhosts are the first segment of a host.
- getScheme() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getScheme() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getScheme() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
The scheme of a site map item specifies which scheme is to be used for serving this site map item.
- getSchemeNotMatchingResponseCode() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
the response code the HST sets when
HttpServletRequest
scheme
does not match
Mount.getScheme()
.
- getSchemeNotMatchingResponseCode() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getSchemeNotMatchingResponseCode() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getSelectMenuItem() - Method in interface org.hippoecm.hst.core.sitemenu.EditableMenu
-
Note: the method should have been called getSelectedMenuItem because of a
historical typo it is called getSelectMenuItem
- getSelectSiteMenuItem() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenu
-
- getServeResourcePath() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getServeResourcePath() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
The dispatching path path to serve resource in this component window.
- getServeResourcePath() - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
- getServletConfig() - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
- getServletContext() - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
- getServletContext() - Method in interface org.hippoecm.hst.core.container.HstContainerConfig
-
Returns the servletContext of the web application where the HstComponents are located.
- getServletContext() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns the ServletContext for this request
- getServletRequest() - Method in interface org.hippoecm.hst.core.container.ValveContext
-
Returns the current servlet request.
- getServletRequest() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns the current HttpServletRequest
- getServletResponse() - Method in interface org.hippoecm.hst.core.container.ValveContext
-
Returns the current servlet response.
- getServletResponse() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns the current HttpServletResponse
- getSession() - Method in class org.hippoecm.hst.container.event.HttpSessionCreatedEvent
-
- getSession() - Method in class org.hippoecm.hst.container.event.HttpSessionDestroyedEvent
-
- getSession() - Method in interface org.hippoecm.hst.content.beans.manager.ObjectBeanManager
-
This method returns the JCR session.
- getSession() - Method in interface org.hippoecm.hst.content.beans.query.HstQueryManager
-
- getSession() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns a session which is normally retrieved from a session pooling repository.
- getSession(boolean) - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns a session which can be retrieved from a session pooling repository.
- getSite() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMap
-
Return the
HstSite
this
HstSiteMap
belongs to.
- getSite() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenusConfiguration
-
Return the
HstSite
this
HstSiteMenusConfiguration
belongs to.
- getSiteContentBaseBean() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns the siteContentBaseBean
HippoBean
for this request.
- getSiteContentBasePath() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getSiteMap() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
- getSiteMapItem(String) - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMap
-
- getSiteMapItemById(String) - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMap
-
- getSiteMapItemByRefId(String) - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMap
-
- getSiteMapItemHandler(HstContainerConfig, String) - Method in interface org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerRegistry
-
Returns the registered HstSiteMapItemHandler.
- getSiteMapItemHandlerClassName() - Method in interface org.hippoecm.hst.configuration.sitemapitemhandlers.HstSiteMapItemHandlerConfiguration
-
- getSiteMapItemHandlerConfiguration(String) - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getSiteMapItemHandlerConfiguration(String) - Method in interface org.hippoecm.hst.configuration.sitemapitemhandlers.HstSiteMapItemHandlersConfiguration
-
- getSiteMapItemHandlerConfigurations() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getSiteMapItemHandlerConfigurations() - Method in interface org.hippoecm.hst.configuration.sitemapitemhandlers.HstSiteMapItemHandlersConfiguration
-
- getSiteMapItemHandlerFactory() - Method in interface org.hippoecm.hst.configuration.model.HstManager
-
- getSiteMapItemHandlerInstance(HstContainerConfig, HstSiteMapItemHandlerConfiguration) - Method in interface org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerFactory
-
Returns the HstSiteMapItemHandler instance.
- getSiteMapItemHandlersConfiguration() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
- getSiteMapItemPath() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuItemConfiguration
-
The sitemapitem path can point to a sitemap item that contains wildcards.
- getSiteMapItems() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMap
-
The list of SiteMapItem
's that are root
items.
- getSiteMapMatcher() - Method in interface org.hippoecm.hst.configuration.model.HstManager
-
a HstSitesManager must contain a reference to the
HstSiteMapMatcher
that is being used.
- getSiteMapMatcher() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getSiteMenu(String) - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenus
-
- getSiteMenuConfiguration(String) - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenusConfiguration
-
- getSiteMenuConfigurationItems() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuConfiguration
-
- getSiteMenuConfigurations() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenusConfiguration
-
Returns the map containing all HstSiteMenuConfiguration
's and an empty map if there are no HstSiteMenuConfiguration
's.
- getSiteMenuItems() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenu
-
- getSiteMenus() - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenus
-
- getSiteMenus(HstRequestContext) - Method in interface org.hippoecm.hst.core.sitemenu.HstSiteMenusManager
-
- getSiteMenusConfiguration() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
Returns the configured
HstSiteMenusConfiguration
for this HstSite or
null
if this
HstSite
does
not make use of a HstSiteMenusConfiguration
- getSiteMenusConfiguration() - Method in interface org.hippoecm.hst.configuration.sitemenu.HstSiteMenuConfiguration
-
- getSize() - Method in interface org.hippoecm.hst.cache.HstCache
-
- getSize() - Method in interface org.hippoecm.hst.content.beans.query.HstQueryResult
-
Returns the total number of hits.
- getSize() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBeanIterator
-
Returns the number of elements in the iterator.
- getSkipPaths() - Method in class org.hippoecm.hst.core.jcr.GenericEventListener
-
- getStatus() - Method in exception org.hippoecm.hst.configuration.channel.ChannelManagerEventListenerException
-
- getStatus() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getStatusCode() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
A HstSiteMapItem
can specify the status-code that needs to be set on the webpage header.
- getStatusCode() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getString(String) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a string associated with the given configuration key.
- getString(String, String) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get a string associated with the given configuration key.
- getString(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns the string value of a node property
- getStringArray(String) - Method in interface org.hippoecm.hst.core.container.ContainerConfiguration
-
Get an array of strings associated with the given configuration key.
- getStringArrays() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getStrings() - Method in interface org.hippoecm.hst.provider.PropertyMap
-
- getStrings(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Returns String array of string values of a node property
- getSubject() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Gets the subject associated with the authorized entity.
- getSubPath() - Method in interface org.hippoecm.hst.core.linking.HstLink
-
Returns the subPath of this
HstLink
object.
- getTagName() - Method in interface org.hippoecm.hst.core.component.HeadElement
-
Return the tag name of the head contribution element
- getTagName() - Method in interface org.hippoecm.hst.core.component.WrapperElement
-
Return the tag name of the head contribution element
- getTestOnBorrow() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns whether objects are validated before being borrowed from the pool
- getTestOnReturn() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns whether objects are validated before being returned to the pool
- getTestWhileIdle() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns whether objects examined by the idle object evictor are validated
- getTextContent() - Method in interface org.hippoecm.hst.core.component.HeadElement
-
Returns the text content of the head contribution element.
- getTextContent() - Method in interface org.hippoecm.hst.core.component.WrapperElement
-
Returns the text content of the head contribution element.
- getThumbnail() - Method in interface org.hippoecm.hst.content.beans.standard.HippoGalleryImageSetBean
-
- getTimeBetweenEvictionRunsMillis() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the time (in miliseconds) between evictor runs
- getTimeToIdleSeconds() - Method in interface org.hippoecm.hst.cache.CacheElement
-
- getTimeToIdleSeconds() - Method in interface org.hippoecm.hst.cache.HstCache
-
- getTimeToLiveSeconds() - Method in interface org.hippoecm.hst.cache.CacheElement
-
- getTimeToLiveSeconds() - Method in interface org.hippoecm.hst.cache.HstCache
-
- getTotalSize() - Method in interface org.hippoecm.hst.content.beans.query.HstQueryResult
-
Returns the total number of hits.
- getTranslation(String) - Method in interface org.hippoecm.hst.content.beans.standard.HippoAvailableTranslationsBean
-
- getTranslation(String) - Method in class org.hippoecm.hst.content.beans.standard.HippoAvailableTranslationsBean.NoopTranslationsBean
-
- getTranslationBeans(Session, String, Class<T>) - Method in interface org.hippoecm.hst.content.service.translation.HippoTranslationBeanService
-
Returns all the Hippo Translation Beans of translationId
.
- getTranslationNodes(Session, String) - Method in interface org.hippoecm.hst.content.service.translation.HippoTranslationBeanService
-
Returns all the Hippo Translation nodes of translationId
.
- getTranslations() - Method in interface org.hippoecm.hst.content.beans.standard.HippoAvailableTranslationsBean
-
- getTranslations() - Method in class org.hippoecm.hst.content.beans.standard.HippoAvailableTranslationsBean.NoopTranslationsBean
-
- getTreeItem(String) - Method in interface org.hippoecm.hst.core.linking.LocationMapTree
-
- getType() - Method in exception org.hippoecm.hst.configuration.channel.ChannelException
-
- getType() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getType() - Method in interface org.hippoecm.hst.content.beans.standard.HippoRequestBean
-
- getType() - Method in interface org.hippoecm.hst.core.component.HstURL
-
Returns the url type: render, action or resource
- getTypes() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getUnderlyingService() - Method in interface org.hippoecm.hst.service.UnderlyingServiceAware
-
Deprecated.
Returns the originating
Service
instance.
- getURIEncoding() - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Returns the current response's URI encoding.
- getUrlFactory() - Method in interface org.hippoecm.hst.configuration.model.HstManager
-
- getURLFactory() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
- getUserID() - Method in interface org.hippoecm.hst.core.jcr.pool.PooledSession
-
Gets the user ID that was used to acquire this session.
- getUserPrincipal(Session) - Method in interface org.hippoecm.hst.channelmanager.security.SecurityModel
-
- getUsers() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getUsers() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
- getUsers() - Method in interface org.hippoecm.hst.core.request.ResolvedMount
-
- getUsers() - Method in interface org.hippoecm.hst.core.request.ResolvedSiteMapItem
-
- getUuids() - Method in interface org.hippoecm.hst.core.jcr.EventListenerItem
-
Returns the UUID array for the event listener.
- getValidationQuery() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the validation query used to validate connections.
- getValue() - Method in interface org.hippoecm.hst.configuration.sitemap.HstSiteMapItem
-
Returns the logical path element of this SiteMapItem
.
- getValue() - Method in interface org.hippoecm.hst.statistics.Counter
-
Gets the current counter value, regardless whether it's enabled or not.
- getValue() - Method in interface org.hippoecm.hst.util.KeyValue
-
Returns the value corresponding to the pair.
- getValueProvider() - Method in interface org.hippoecm.hst.configuration.model.HstNode
-
- getValueProvider() - Method in interface org.hippoecm.hst.content.beans.standard.HippoBean
-
- getValueProvider() - Method in interface org.hippoecm.hst.service.jcr.JCRService
-
- getValueProvider() - Method in interface org.hippoecm.hst.service.Service
-
- getValueType() - Method in interface org.hippoecm.hst.configuration.channel.HstPropertyDefinition
-
- getValveName() - Method in class org.hippoecm.hst.container.valves.AbstractOrderableValve
-
- getValveName() - Method in interface org.hippoecm.hst.core.container.OrderableValve
-
Returns the valve name.
- getVariants() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getVersion() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
- getVirtualHost() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- getVirtualHost() - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Returns the matched virtual host object
- getVirtualHost() - Method in interface org.hippoecm.hst.core.request.ResolvedVirtualHost
-
- getVirtualHosts() - Method in interface org.hippoecm.hst.configuration.hosting.VirtualHost
-
- getVirtualHosts() - Method in interface org.hippoecm.hst.configuration.model.HstManager
-
- getVirtualHosts(boolean) - Method in interface org.hippoecm.hst.configuration.model.HstManager
-
When
allowStale
is
true
a stale
VirtualHosts
might be returned.
- getWhenExhaustedAction() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Returns the action when the pool is exhausted returning them.
- getWidth() - Method in interface org.hippoecm.hst.content.beans.standard.HippoGalleryImageBean
-
- getWorkflow(String, Node) - Method in interface org.hippoecm.hst.content.beans.manager.workflow.WorkflowPersistenceManager
-
- getWorkflow(String, Document) - Method in interface org.hippoecm.hst.content.beans.manager.workflow.WorkflowPersistenceManager
-
- getWorkflowType() - Method in class org.hippoecm.hst.content.beans.manager.workflow.BaseWorkflowCallbackHandler
-
Dynamically derive this class its actual Parameterized Type
- getWorkflowType() - Method in interface org.hippoecm.hst.content.beans.manager.workflow.QualifiedWorkflowCallbackHandler
-
- getWrapperElement() - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Returns the wrapper element for the rendered content
- getWrapperElement() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getWritableCredentials(HstRequestContext) - Method in interface org.hippoecm.hst.core.request.ContextCredentialsProvider
-
Returns the writable credentials for this request context if available.
- getWriter() - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- getXType() - Method in interface org.hippoecm.hst.configuration.components.HstComponentConfiguration
-
- getXType() - Method in interface org.hippoecm.hst.core.request.ComponentConfiguration
-
- handleComponentExceptions(PageErrors, HstRequest, HstResponse) - Method in interface org.hippoecm.hst.core.container.PageErrorHandler
-
Handles the exceptions generated by page or components.
- hasAttribute(String) - Method in interface org.hippoecm.hst.core.component.HeadElement
-
Checks if the head contribution element has the attribute specified by the attribute name
- hasAttribute(String) - Method in interface org.hippoecm.hst.core.component.WrapperElement
-
Checks if the head contribution element has the attribute specified by the attribute name
- hasChildHeadElements() - Method in interface org.hippoecm.hst.core.component.HeadElement
-
Checks if the head contribution element contains child head elements.
- hasComponentExceptions() - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
Whether it has component exceptions or not
- hasMethodAnnotatedBy(String, String) - Method in interface org.hippoecm.hst.core.component.HstComponentMetadata
-
Determine whether the underlying operation method has an annotation
of the given type defined.
- hasNoChannelInfo() - Method in interface org.hippoecm.hst.configuration.hosting.Mount
-
- hasPreviewConfiguration() - Method in interface org.hippoecm.hst.configuration.site.HstSite
-
- hasProperty(String) - Method in interface org.hippoecm.hst.provider.ValueProvider
-
Method returning true when the jcr node has the property
- hasTranslation(String) - Method in interface org.hippoecm.hst.content.beans.standard.HippoAvailableTranslationsBean
-
- hasTranslation(String) - Method in class org.hippoecm.hst.content.beans.standard.HippoAvailableTranslationsBean.NoopTranslationsBean
-
- HEAD_ELEMENT_CONTRIBUTION_CATEGORY_HINT_ATTRIBUTE - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The category key hint for head elements.
- HEAD_ELEMENT_CONTRIBUTION_HINT_ATTRIBUTE_PREFIX - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The head element attribute name prefix used as a hint for container to aggregate.
- HeadElement - Interface in org.hippoecm.hst.core.component
-
HeadElement interface wrapping a head contribution element
- HippoAssetBean - Interface in org.hippoecm.hst.content.beans.standard
-
This is a base interface for possible beans containing an asset.
- HippoAvailableTranslationsBean<K extends HippoBean> - Interface in org.hippoecm.hst.content.beans.standard
-
- HippoAvailableTranslationsBean.NoopTranslationsBean<K extends HippoBean> - Class in org.hippoecm.hst.content.beans.standard
-
A No-operation instance of a HippoAvailableTranslationsBean
- HippoBean - Interface in org.hippoecm.hst.content.beans.standard
-
- HippoBeanIterator - Interface in org.hippoecm.hst.content.beans.standard
-
A lazy proxied iterator, that only fetches the next bean when asked for it.
- HippoCompoundBean - Interface in org.hippoecm.hst.content.beans.standard
-
A marker interface for all beans that extend from the abstract hippo:compound type
- HippoDocumentBean - Interface in org.hippoecm.hst.content.beans.standard
-
This is a marker interface for all beans that represent a document.
- HippoDocumentIterator<E> - Interface in org.hippoecm.hst.content.beans.standard
-
- HippoFacetChildNavigationBean - Interface in org.hippoecm.hst.content.beans.standard
-
Interface for all child nodes primarily meant for the virtual structure below 'hippo:facetnavigation'
- HippoFacetNavigationBean - Interface in org.hippoecm.hst.content.beans.standard
-
Interface for all nodes of type 'hippo:facetnavigation'
- HippoFolderBean - Interface in org.hippoecm.hst.content.beans.standard
-
This is a base interface for all beans that represent a folder should implement.
- HippoGalleryImageBean - Interface in org.hippoecm.hst.content.beans.standard
-
The interface which all hippo gallery image implementations should implement
- HippoGalleryImageSetBean - Interface in org.hippoecm.hst.content.beans.standard
-
The interface the default hippo gallery set impls must implement.
- HippoHtmlBean - Interface in org.hippoecm.hst.content.beans.standard
-
Implementing classes represent a html node in the ecm repository.
- HippoMirrorBean - Interface in org.hippoecm.hst.content.beans.standard
-
- HippoRequestBean - Interface in org.hippoecm.hst.content.beans.standard
-
The base interface for all bean implementing a hippo request
- HippoResourceBean - Interface in org.hippoecm.hst.content.beans.standard
-
This is a base interface for all beans that represent a hippo resource should implement.
- HippoResultSetBean - Interface in org.hippoecm.hst.content.beans.standard
-
- HippoTranslated - Interface in org.hippoecm.hst.content.beans.standard
-
Interface for beans of hippotranslation:translated.
- HippoTranslationBeanService - Interface in org.hippoecm.hst.content.service.translation
-
Hippo Translation Content Bean service.
- HippoVirtualOnlyBean - Interface in org.hippoecm.hst.content.beans.standard
-
A marker interface for beans that are a result of a jcr node that is only virtual and has
no physical equivalence: in other words, the canonical node is null
- HST_CHANNEL_ID - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_CONTEXT_PATH - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_END_MARKER - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_FILTER_CHAIN - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The current servlet filter chain request attribute name.
- HST_FORWARD_PATH_INFO - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The key used to set forward path.
- HST_HOSTS - Static variable in interface org.hippoecm.hst.environment.EnvironmentParameters
-
- HST_INHERITED - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_JAAS_LOGIN_ATTEMPT_RESOURCE_TOKEN - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
- HST_JAAS_LOGIN_ATTEMPT_RESOURCE_URL_ATTR - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
- HST_LABEL - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_LAST_MODIFIED - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_LOCKED_BY - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_LOCKED_BY_CURRENT_USER - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_LOCKED_ON - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_MOUNT_ID - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_PAGE_EDITABLE - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_PAGE_ID - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_PAGE_REQUEST_VARIANTS - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_PATH_INFO - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_RENDER_VARIANT - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_REQUEST - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The key used to bind the HstRequest
to the underlying HttpServletRequest
.
- HST_REQUEST_CONTEXT - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The attribute name used to set the request context object into the servlet request.
- HST_REQUEST_USE_FULLY_QUALIFIED_URLS - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The parameter name used in the request to store whether or not all URLs that are created must be fully qualified
- HST_RESET_FILTER - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The key to indicate HstFilter should "reset" itself from being done, allowing multiple invokations.
- HST_RESPONSE - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
The key used to bind the HstResponse
to the underlying HttpServletRequest
.
- HST_SITE_HAS_PREVIEW_CONFIG - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_SITE_ID - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_SITE_PROVIDER_HTTP_SESSION_KEY - Static variable in interface org.hippoecm.hst.configuration.site.HstSiteProvider
-
This key is used to store the map on the http session of the webmaster in the channel mngr.
- HST_SITEMAP_ID - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_SITEMAPITEM_ID - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_TYPE - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_TYPE_PAGE_META_DATA - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HST_XTYPE - Static variable in interface org.hippoecm.hst.core.channelmanager.ChannelManagerConstants
-
- HstCache - Interface in org.hippoecm.hst.cache
-
HST Cache Interface for cache related activities.
- HstCacheException - Exception in org.hippoecm.hst.cache
-
- HstCacheException() - Constructor for exception org.hippoecm.hst.cache.HstCacheException
-
- HstCacheException(String) - Constructor for exception org.hippoecm.hst.cache.HstCacheException
-
- HstCacheException(String, Throwable) - Constructor for exception org.hippoecm.hst.cache.HstCacheException
-
- HstCacheException(Throwable) - Constructor for exception org.hippoecm.hst.cache.HstCacheException
-
- HstComponent - Interface in org.hippoecm.hst.core.component
-
A HstComponent can be invoked by a HstComponent container
during three different request lifecycle phases: ACTION, RESOURCE and RENDER.
- HstComponentConfiguration - Interface in org.hippoecm.hst.configuration.components
-
A
HstComponentConfiguration
specifies a (Java) componentClassName implementing the
HstComponent
interface to provide the actual behavior for content rendering and
(inter)action processing.
- HstComponentConfiguration.Type - Enum in org.hippoecm.hst.configuration.components
-
- HstComponentException - Exception in org.hippoecm.hst.core.component
-
The HstComponentException
class defines a general exception
that a HstComponent can throw when it is unable to perform its operation
successfully.
- HstComponentException() - Constructor for exception org.hippoecm.hst.core.component.HstComponentException
-
Constructs a new HstComponent exception.
- HstComponentException(String) - Constructor for exception org.hippoecm.hst.core.component.HstComponentException
-
Constructs a new HstComponent exception with the given message.
- HstComponentException(Throwable) - Constructor for exception org.hippoecm.hst.core.component.HstComponentException
-
Constructs a new HstComponent exception with the nested exception.
- HstComponentException(String, Throwable) - Constructor for exception org.hippoecm.hst.core.component.HstComponentException
-
Constructs a new HstComponent exception when the HstComponent needs to do
the following:
throw an exception
include the "nested" exception
include a description message
- HstComponentFactory - Interface in org.hippoecm.hst.core.container
-
The factory interface which is responsible for creating HstComponent instances.
- HstComponentFatalException - Exception in org.hippoecm.hst.core.component
-
The HstComponentFatalException
can be thrown to break out of the HST2 request handling.
- HstComponentFatalException() - Constructor for exception org.hippoecm.hst.core.component.HstComponentFatalException
-
Constructs a new HstComponent exception.
- HstComponentFatalException(String) - Constructor for exception org.hippoecm.hst.core.component.HstComponentFatalException
-
Constructs a new HstComponent exception with the given message.
- HstComponentFatalException(Throwable) - Constructor for exception org.hippoecm.hst.core.component.HstComponentFatalException
-
Constructs a new HstComponent exception with the nested exception.
- HstComponentFatalException(String, Throwable) - Constructor for exception org.hippoecm.hst.core.component.HstComponentFatalException
-
Constructs a new HstComponentConfigurationException exception when the HstComponent needs to do
the following:
throw an exception
include the "nested" exception
include a description message
- HstComponentInfo - Interface in org.hippoecm.hst.configuration.components
-
- HstComponentInvoker - Interface in org.hippoecm.hst.core.container
-
HstComponent invoker component.
- HstComponentMetadata - Interface in org.hippoecm.hst.core.component
-
Interface that defines abstract metadata of a specific HstComponent class
- HstComponentRegistry - Interface in org.hippoecm.hst.core.container
-
The HstComponent registry interface
- HstComponentsConfiguration - Interface in org.hippoecm.hst.configuration.components
-
A HstComponentConfigurations
contains a map of (root) HstComponentConfiguration
objects
which themselves might contain additional HstComponentConfiguration
children and so on.
- HstComponentWindow - Interface in org.hippoecm.hst.core.container
-
HST Component Window.
- HstComponentWindowFactory - Interface in org.hippoecm.hst.core.container
-
- HstComponentWindowFilter - Interface in org.hippoecm.hst.core.container
-
Interface to implement as a developer to add custom
HstComponentWindow
filtering for some requestContext.
- HstConfigurationAugmenter - Interface in org.hippoecm.hst.configuration.model
-
Classes that implement this interface can be used to augment the loaded configuration.
- HstContainerConfig - Interface in org.hippoecm.hst.core.container
-
The HstComponent container configuration.
- HstContainerRequest - Interface in org.hippoecm.hst.container
-
HstContainerRequest
- HstContainerURL - Interface in org.hippoecm.hst.core.container
-
The HstComponent container URL.
- HstContainerURLProvider - Interface in org.hippoecm.hst.core.container
-
- HstLink - Interface in org.hippoecm.hst.core.linking
-
HstLink is the object representing a link.
- HstLinkCreator - Interface in org.hippoecm.hst.core.linking
-
HstLinkCreator interface for creating
HstLink
's
- HstLinkProcessor - Interface in org.hippoecm.hst.core.linking
-
After linkcreation by HstLinkCreator all HstLinkProcessor's postProcess are called,
and before a path is matched in HstSiteMapMatcher all HstLinkProcessor's preProcess are called.
- HstManager - Interface in org.hippoecm.hst.configuration.model
-
- HstMutableRequestContext - Interface in org.hippoecm.hst.core.internal
-
This is an INTERNAL USAGE ONLY API.
- HstNavigationalStateCodec - Interface in org.hippoecm.hst.core.container
-
Codec component interface to generate navigation state information string.
- HstNode - Interface in org.hippoecm.hst.configuration.model
-
- HstNodeTypes - Interface in org.hippoecm.hst.configuration
-
- HstParameterInfoProxyFactory - Interface in org.hippoecm.hst.core.component
-
HstParameterInfoProxyFactory is a factory interface for creating a proxy for an interface that is referred to by a ParametersInfo
annotation.
- HstParameterValueConversionException - Exception in org.hippoecm.hst.core.component
-
- HstParameterValueConversionException() - Constructor for exception org.hippoecm.hst.core.component.HstParameterValueConversionException
-
- HstParameterValueConversionException(String) - Constructor for exception org.hippoecm.hst.core.component.HstParameterValueConversionException
-
- HstParameterValueConversionException(Throwable) - Constructor for exception org.hippoecm.hst.core.component.HstParameterValueConversionException
-
- HstParameterValueConversionException(String, Throwable) - Constructor for exception org.hippoecm.hst.core.component.HstParameterValueConversionException
-
- HstParameterValueConverter - Interface in org.hippoecm.hst.core.component
-
Implementations of this interface are a utility class for converting String values to some object of type Class>
- HstPropertyDefinition - Interface in org.hippoecm.hst.configuration.channel
-
Definition of a Channel Property.
- HstQuery - Interface in org.hippoecm.hst.content.beans.query
-
- HstQueryManager - Interface in org.hippoecm.hst.content.beans.query
-
- HstQueryManagerFactory - Interface in org.hippoecm.hst.core.search
-
- HstQueryResult - Interface in org.hippoecm.hst.content.beans.query
-
The result of the execution of the HstQuery.
- HstRequest - Interface in org.hippoecm.hst.core.component
-
The HstRequest
defines the interface to provide client
request information to a HstComponent.
- HstRequestContext - Interface in org.hippoecm.hst.core.request
-
HstRequestContext provides repository content context
and page/components configuration context.
- HstRequestContextComponent - Interface in org.hippoecm.hst.core.internal
-
Factory component to create HstRequestContext object.
- HstRequestProcessor - Interface in org.hippoecm.hst.core.container
-
Request processor.
- HstResponse - Interface in org.hippoecm.hst.core.component
-
The HstResponse
defines the interface to assist a
HstComponent in creating and sending a response to the client.
- HstResponseState - Interface in org.hippoecm.hst.core.component
-
Temporarily holds the current state of a HST response.
- HstSite - Interface in org.hippoecm.hst.configuration.site
-
The HstSite
object is the object representing a site.
- HstSiteMap - Interface in org.hippoecm.hst.configuration.sitemap
-
A HstSiteMap
contains a list of (root) HstSiteMapItem
objects which themselves might contain additional
HstSiteMapItem
children and so on.
- HstSiteMapItem - Interface in org.hippoecm.hst.configuration.sitemap
-
A HstSiteMapItem is used as a representation of a logical path (element) for matching (part of a) external URL
to a repository content location.
- HstSiteMapItemHandler - Interface in org.hippoecm.hst.core.sitemapitemhandler
-
A HstSiteMapItemHandler can be invoked by HstFilter when the resolved sitemap item
is configured with custom sitemap item handler IDs in the HST configurations.
- HstSiteMapItemHandlerConfiguration - Interface in org.hippoecm.hst.configuration.sitemapitemhandlers
-
- HstSiteMapItemHandlerException - Exception in org.hippoecm.hst.core.sitemapitemhandler
-
The HstSiteMapItemHandlerException
class defines a general exception
that a HstSiteMapItemHandler can throw when it is unable to perform its operation
successfully.
- HstSiteMapItemHandlerException() - Constructor for exception org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerException
-
Constructs a new HstSiteMapItemHandlerException exception.
- HstSiteMapItemHandlerException(String) - Constructor for exception org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerException
-
Constructs a new HstSiteMapItemHandlerException exception with the given message.
- HstSiteMapItemHandlerException(Throwable) - Constructor for exception org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerException
-
Constructs a new HstSiteMapItemHandlerException exception with the nested exception.
- HstSiteMapItemHandlerException(String, Throwable) - Constructor for exception org.hippoecm.hst.core.sitemapitemhandler.HstSiteMapItemHandlerException
-
Constructs a new HstSiteMapItemHandlerException exception with message and nested exception.
- HstSiteMapItemHandlerFactory - Interface in org.hippoecm.hst.core.sitemapitemhandler
-
The factory interface which is responsible for creating HstSiteMapItemHandler instances.
- HstSiteMapItemHandlerRegistry - Interface in org.hippoecm.hst.core.sitemapitemhandler
-
The HstSiteMapItemHandlerRegistry registry interface
- HstSiteMapItemHandlersConfiguration - Interface in org.hippoecm.hst.configuration.sitemapitemhandlers
-
- HstSiteMapMatcher - Interface in org.hippoecm.hst.core.request
-
- HstSiteMenu - Interface in org.hippoecm.hst.core.sitemenu
-
The interface for a SiteMenu implementation, containing possibly a tree of
HstSiteMenuItem
's
- HstSiteMenuConfiguration - Interface in org.hippoecm.hst.configuration.sitemenu
-
- HstSiteMenuItem - Interface in org.hippoecm.hst.core.sitemenu
-
The HstSiteMenuItem's is a tree of HstSiteMenuItem.
- HstSiteMenuItemConfiguration - Interface in org.hippoecm.hst.configuration.sitemenu
-
- HstSiteMenus - Interface in org.hippoecm.hst.core.sitemenu
-
Implementation of this interface is the container of all the
HstSiteMenu
s that are needed to
build site menus.
- HstSiteMenusConfiguration - Interface in org.hippoecm.hst.configuration.sitemenu
-
- HstSiteMenusManager - Interface in org.hippoecm.hst.core.sitemenu
-
Implementations will be responsible for the creation of context sensitive sitemenu's.
- HstSiteProvider - Interface in org.hippoecm.hst.configuration.site
-
- HstURL - Interface in org.hippoecm.hst.core.component
-
The HstURL
interface represents a URL
that reference the HstComponent itself.
- HstURLFactory - Interface in org.hippoecm.hst.core.component
-
HstURL Factory interface.
- HstValueType - Enum in org.hippoecm.hst.core.parameters
-
Value type of an HstPropertyDefinition.
- HttpSessionCreatedEvent - Class in org.hippoecm.hst.container.event
-
Published by a HttpSessionListener
when an HttpSession
is created by the container
- HttpSessionCreatedEvent(HttpSession) - Constructor for class org.hippoecm.hst.container.event.HttpSessionCreatedEvent
-
- HttpSessionDestroyedEvent - Class in org.hippoecm.hst.container.event
-
Published by a HttpSessionListener
when an HttpSession
is destroyed by the container
- HttpSessionDestroyedEvent(HttpSession) - Constructor for class org.hippoecm.hst.container.event.HttpSessionDestroyedEvent
-
- save(Channel) - Method in interface org.hippoecm.hst.configuration.channel.ChannelManager
-
- save(String, Channel) - Method in interface org.hippoecm.hst.configuration.channel.ChannelManager
-
Save channel properties for the given host group.
- save() - Method in interface org.hippoecm.hst.content.beans.manager.ObjectBeanPersistenceManager
-
Saves all pending changes.
- scanClassNamesAnnotatedBy(Class<? extends Annotation>, boolean, String...) - Method in interface org.hippoecm.hst.util.ClasspathResourceScanner
-
Scans classpath from the location specified by locationPatterns
for all class names which annotates the speified annotationType
.
- ScopeException - Exception in org.hippoecm.hst.content.beans.query.exceptions
-
- ScopeException(String, Throwable) - Constructor for exception org.hippoecm.hst.content.beans.query.exceptions.ScopeException
-
- ScopeException(String) - Constructor for exception org.hippoecm.hst.content.beans.query.exceptions.ScopeException
-
- seal() - Method in interface org.hippoecm.hst.core.container.PageCacheKey
-
- SecurityModel - Interface in org.hippoecm.hst.channelmanager.security
-
Very simple security model for the hst configuration.
- sendError(int, String) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Sends an error response to the client using the specified status.
- sendError(int) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Sends an error response to the client using the specified status.
- sendError(int, String) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- sendError(int) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- sendRedirect(String) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Sends a temporary redirect response to the client using the specified redirect location URL.
- sendRedirect(String) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- Service - Interface in org.hippoecm.hst.service
-
- ServiceBeanAccessProvider - Interface in org.hippoecm.hst.service
-
- ServiceException - Exception in org.hippoecm.hst.service
-
- ServiceException(String) - Constructor for exception org.hippoecm.hst.service.ServiceException
-
Deprecated.
- ServiceException(String, Exception) - Constructor for exception org.hippoecm.hst.service.ServiceException
-
Deprecated.
- ServletContextAware - Interface in org.hippoecm.hst.core.container
-
- sessionActivated() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounter
-
- sessionCreated() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounter
-
- SessionDecorator - Interface in org.hippoecm.hst.core.jcr.pool
-
Session decorator interface.
- sessionDestroyed() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounter
-
- sessionObtained() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounter
-
- sessionPassivated() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounter
-
- sessionReturned() - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounter
-
- SessionSecurityDelegation - Interface in org.hippoecm.hst.core.jcr
-
Component that has facility methods for creating NON POOLED session (security delegates) that are optionally
logged out automatically at the end of the hst request processing
- sessionSecurityDelegationEnabled() - Method in interface org.hippoecm.hst.core.jcr.SessionSecurityDelegation
-
- setActionParameter(String, String) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Sets the action parameter for the target HstComponent.
- setActionParameter(String, String[]) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Sets the action parameter values for the target HstComponent.
- setActionParameters(Map<String, String[]>) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Sets the action parameter map.
- setActionWindowReferenceNamespace(String) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Sets the reference namespace of the current action window if it is necessary.
- setActive(boolean) - Method in interface org.hippoecm.hst.core.ResourceLifecycleManagement
-
Turns on or off the resource lifecycle management.
- setAfterValves(String) - Method in class org.hippoecm.hst.container.valves.AbstractOrderableValve
-
Sets prerequisite valve names that should follow this valve.
- setAlwaysActive(boolean) - Method in interface org.hippoecm.hst.core.ResourceLifecycleManagement
-
Forces to turn on or off the resource lifecycle management.
- setAttribute(String, String) - Method in interface org.hippoecm.hst.core.component.HeadElement
-
Sets attribute on the head contribution element.
- setAttribute(String, String) - Method in interface org.hippoecm.hst.core.component.WrapperElement
-
Sets attribute on the head contribution element.
- setAttribute(String, Object) - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
- setAttribute(String, Serializable) - Method in interface org.hippoecm.hst.core.container.PageCacheKey
-
All the combined attributes will make up the final
PageCacheKey
.
- setAttribute(String, Object) - Method in interface org.hippoecm.hst.core.request.HstRequestContext
-
Set an attribute to be shared among each HstComponent windows.
- setBaseURL(HstContainerURL) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setBeforeValves(String) - Method in class org.hippoecm.hst.container.valves.AbstractOrderableValve
-
Sets postrequisite valve names that should follow this valve.
- setBufferSize(int) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- setCachingObjectConverter(boolean) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setCanonicalLinks(boolean) - Method in interface org.hippoecm.hst.content.rewriter.ContentRewriter
-
- setCharacterEncoding(String) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- setCmsRequest(boolean) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setComponentFilterTags(Set<String>) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
set the conditions that will trigger a component to be added to the component window hierarchy.
- setComponentManager(ComponentManager) - Method in interface org.hippoecm.hst.core.container.ComponentManagerAware
-
Sets the component manager
- setComponentRenderingWindowReferenceNamespace(String) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Sets the reference namespace of the current component rendering window if it is necessary.
- setComponentWindowFilters(List<HstComponentWindowFilter>) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setConfigurationResources(String[]) - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Sets configuration resources for components assembly
- setContainerConfiguration(ContainerConfiguration) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setContainerResource(boolean) - Method in interface org.hippoecm.hst.core.linking.HstLink
-
- setContentBeansTool(ContentBeansTool) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
Sets ContentBeansTool instance for this request context
- setContentLength(int) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- setContentRoot(String) - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
- setContentType(String) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- setDateHeader(String, long) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- setDescription(String) - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
- setEnabled(boolean) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingCounterMBean
-
- setEternal(boolean) - Method in interface org.hippoecm.hst.cache.CacheElement
-
- setEventListenerItems(List<EventListenerItem>) - Method in interface org.hippoecm.hst.core.jcr.EventListenersContainer
-
Sets event listener items.
- setExpanded(boolean) - Method in interface org.hippoecm.hst.core.sitemenu.EditableMenuItem
-
Set this EditableMenuItem to expanded (true) or not
- setFilter(BaseFilter) - Method in interface org.hippoecm.hst.content.beans.query.HstQuery
-
- setFullyQualifiedLinks(boolean) - Method in interface org.hippoecm.hst.content.rewriter.ContentRewriter
-
Sets whether this
ContentRewriter
should create fully qualified links (URLs) for internal links.
- setFullyQualifiedURLs(boolean) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setHasContentPrototype(boolean) - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
Set whether a
Blueprint
has content prototype or not
- setHeader(String, String) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- setHstQueryManagerFactory(HstQueryManagerFactory) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setHstSiteMenus(HstSiteMenus) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setHstSiteMenusManager(HstSiteMenusManager) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setHttpServletResponse(HttpServletResponse) - Method in interface org.hippoecm.hst.core.container.ValveContext
-
- setId(String) - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
- setIdentifier(String) - Method in interface org.hippoecm.hst.content.beans.standard.IdentifiableContentBean
-
- setImageVariant(ImageVariant) - Method in interface org.hippoecm.hst.content.rewriter.ContentRewriter
-
- setInitialSize(int) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets the initial size of the connection pool.
- setIntHeader(String, int) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- setJCRValueProvider(JCRValueProvider) - Method in interface org.hippoecm.hst.configuration.model.HstNode
-
sets the new valueProvider
- setLimit(int) - Method in interface org.hippoecm.hst.content.beans.query.HstQuery
-
Sets the limit of search results.
- setLinkCreator(HstLinkCreator) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setLocale(Locale) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- setLocales(List<Locale>) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
Sets the locales assocaited with this request.
- setLocationMapTree(LocationMapTree) - Method in interface org.hippoecm.hst.core.linking.LocationResolver
-
- setMaxActive(int) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets the maximum number of active connections that can be
allocated at the same time.
- setMaxIdle(int) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets the maximum number of connections that can remain idle in the pool.
- setMaxWait(long) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets the maxWait property.
- setMinEvictableIdleTimeMillis(long) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets the the minimum amount of time an object may sit idle in the pool
- setMinIdle(int) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets the minimum number of idle connections in the pool.
- setMount(Mount) - Method in interface org.hippoecm.hst.core.internal.MutableResolvedMount
-
- setMultipleRepository(MultipleRepository) - Method in interface org.hippoecm.hst.core.jcr.pool.MultipleRepositoryAware
-
Callback that supplies the its owning multiple repository
- setName(String) - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
- setNode(Node) - Method in interface org.hippoecm.hst.content.beans.NodeAware
-
Callback that supplies the originating JCR node.
- setNotFound(boolean) - Method in interface org.hippoecm.hst.core.linking.HstLink
-
- setNumTestsPerEvictionRun(int) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets the number of objects to examine during idle object evictor runs
- setObjectConverter(ObjectConverter) - Method in interface org.hippoecm.hst.content.beans.manager.ObjectConverterAware
-
Callback that supplies the object converter.
- setOffset(int) - Method in interface org.hippoecm.hst.content.beans.query.HstQuery
-
Sets the offset to start searching from.
- setParameter(String, String) - Method in interface org.hippoecm.hst.core.component.HstURL
-
Sets a parameter of this url.
- setParameter(String, String[]) - Method in interface org.hippoecm.hst.core.component.HstURL
-
Sets a parameter array of this url.
- setParameter(String, String) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Sets the render parameter for a HstComponent.
- setParameter(String, String[]) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Sets the render parameter value array for a HstComponent.
- setParameterInfoProxyFactory(HstParameterInfoProxyFactory) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setParameterNameComponentSeparator(String) - Method in interface org.hippoecm.hst.core.container.HstContainerURLProvider
-
Sets the parameter name component separator.
- setParameters(Map<String, String[]>) - Method in interface org.hippoecm.hst.core.component.HstURL
-
Sets parameter map of this url
- setParameters(Map<String, String[]>) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Sets the render parameter map.
- setPath(String) - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
Set the normalized absolute path
- setPath(String) - Method in interface org.hippoecm.hst.core.linking.HstLink
-
(re)-sets the path of the HstLink
- setPathSuffix(String) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
Sets the path suffix
- setPoolingRepository(PoolingRepository) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryAware
-
Callback that supplies the its owning pooling repository
- setPreferredLocale(Locale) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
Sets the preferred locale associated with this request.
- setProperty(String, String, Object, Class, Method) - Method in interface org.hippoecm.hst.service.ServiceBeanAccessProvider
-
Deprecated.
- setPrototypeChannel(Channel) - Method in class org.hippoecm.hst.configuration.channel.Blueprint
-
Set the prototype Channel
- setReferenceNameSeparator(String) - Method in interface org.hippoecm.hst.core.container.HstComponentWindowFactory
-
Sets the reference namespace separator.
- setRenderHost(String) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
Sets a specific render host.
- setRenderParameter(String, String) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Sets a String parameter for the rendering phase.
- setRenderParameter(String, String[]) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Sets a String parameter for the rendering phase.
- setRenderParameters(Map<String, String[]>) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Sets a parameter map for the render request.
- setRenderPath(String) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Sets the renderPath dynamically.
- setResolvedMount(ResolvedMount) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setResolvedSiteMapItem(ResolvedSiteMapItem) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setResourceID(String) - Method in interface org.hippoecm.hst.core.component.HstURL
-
Allows setting a resource ID that can be retrieved when serving the resource
through HstRequest.getResourceID() method in a HstComponent instance.
- setResourceId(String) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Sets the resource ID if the current request is for serving resource in a component window.
- setResourceWindowReferenceNamespace(String) - Method in interface org.hippoecm.hst.core.container.HstContainerURL
-
Sets the reference namespace of the current resource serving window if it is necessary.
- setRootComponentRenderingWindow(HstComponentWindow) - Method in interface org.hippoecm.hst.core.container.ValveContext
-
- setRootComponentWindow(HstComponentWindow) - Method in interface org.hippoecm.hst.core.container.ValveContext
-
- setRootMount(MutableMount) - Method in interface org.hippoecm.hst.configuration.hosting.MutablePortMount
-
- setSelectedMenuItem(EditableMenuItem) - Method in interface org.hippoecm.hst.core.sitemenu.EditableMenu
-
Sets the selectedMenuItem
as selected
- setServeResourcePath(String) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Sets the serveResourcePath dynamically.
- setServletConfig(ServletConfig) - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
- setServletContext(ServletContext) - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Set the ServletContext that this object runs in.
- setServletContext(ServletContext) - Method in interface org.hippoecm.hst.core.container.ServletContextAware
-
Deprecated.
Set the ServletContext that this object runs in.
- setServletContext(ServletContext) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setServletRequest(HttpServletRequest) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setServletResponse(HttpServletResponse) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setSession(Session) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setSessionsInvalidIfCreatedBeforeTimeMillis(long) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepository
-
Sets max acceptable PooledSession.timeCreated timestamp, in millis.
- setSessionsRefreshPendingAfter(long) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepository
-
Sets time millis to have each session be refreshed on activation if the session
is not refreshed after the specified time millis.
- setSimpleObjectConverter(SimpleObjectConverter) - Method in interface org.hippoecm.hst.content.beans.SimpleObjectConverterAware
-
Callback that supplies the object converter.
- setSiteMapMatcher(HstSiteMapMatcher) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setSkipInvalidScopes(boolean) - Method in interface org.hippoecm.hst.content.beans.query.HstQuery
-
- setSkipPaths(String[]) - Method in class org.hippoecm.hst.core.jcr.GenericEventListener
-
- setStatus(int) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Sets the status code for this response.
- setStatus(int, String) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- setStatus(int) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- setSubject(Subject) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setSubPath(String) - Method in interface org.hippoecm.hst.core.linking.HstLink
-
- setTestOnBorrow(boolean) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets whether or not the pool will validate objects before they are borrowed
from the pool.
- setTestOnReturn(boolean) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets whether or not the pool will validate objects before they are returned
to the pool.
- setTestWhileIdle(boolean) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets whether or not the idle object evictor will validate connections.
- setTextContent(String) - Method in interface org.hippoecm.hst.core.component.HeadElement
-
Sets the text content of the head contribution element.
- setTextContent(String) - Method in interface org.hippoecm.hst.core.component.WrapperElement
-
Sets the text content of the head contribution element.
- setTimeBetweenEvictionRunsMillis(long) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets the time (in miliseconds) between evictor runs
- setTimeToIdleSeconds(int) - Method in interface org.hippoecm.hst.cache.CacheElement
-
- setTimeToLiveSeconds(int) - Method in interface org.hippoecm.hst.cache.CacheElement
-
- setUnderlyingService(Service) - Method in interface org.hippoecm.hst.service.UnderlyingServiceAware
-
Deprecated.
Callback that supplies the originating
Service
instance.
- setURLFactory(HstURLFactory) - Method in interface org.hippoecm.hst.core.internal.HstMutableRequestContext
-
- setValidationQuery(String) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets the validation query used to validate connections.
- setValveName(String) - Method in class org.hippoecm.hst.container.valves.AbstractOrderableValve
-
- setVisible(boolean) - Method in interface org.hippoecm.hst.core.container.HstComponentWindow
-
- setWhenExhaustedAction(String) - Method in interface org.hippoecm.hst.core.jcr.pool.PoolingRepositoryMBean
-
Sets the action when the pool is exhausted returning them.
- setWorkflowCallbackHandler(QualifiedWorkflowCallbackHandler<? extends Workflow>) - Method in interface org.hippoecm.hst.content.beans.manager.workflow.WorkflowPersistenceManager
-
- setWrapperElement(Element) - Method in interface org.hippoecm.hst.core.component.HstResponse
-
Sets wrapper element for the rendered content
- setWrapperElement(Element) - Method in interface org.hippoecm.hst.core.component.HstResponseState
-
- SimpleObjectConverter - Interface in org.hippoecm.hst.content.beans
-
SimpleObjectConverter which is responsible for basic Object-JCR Node mapping.
- SimpleObjectConverterAware - Interface in org.hippoecm.hst.content.beans
-
Interface to be implemented by beans that wish to be aware of the object converter.
- SITE_CONFIGURATIONPATH - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITE_CONTENT - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITE_VERSION - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PAGE_TITLE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_AUTHENTICATED - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_COMPONENT_CONFIG_MAPPING_NAMES - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_COMPONENT_CONFIG_MAPPING_VALUES - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_COMPONENTCONFIGURATIONID - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_CONTAINER_RESOURCE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_ERRORCODE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_EXCLUDEDFORLINKREWRITING - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_HIDDEN_IN_CHANNEL_MANAGER - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_NAMEDPIPELINE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_REF_ID - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_RELATIVECONTENTPATH - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_RESOURCE_BUNDLE_ID - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_ROLES - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_SCHEME - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_SITEMAPITEMHANDLERIDS - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_STATUSCODE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_USERS - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEM_PROPERTY_VALUE - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMAPITEMHANDLDER_PROPERTY_CLASSNAME - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SiteMapItemHandlerConfiguration - Interface in org.hippoecm.hst.core.request
-
- SITEMENUITEM_HST_PROTOTYPEITEM - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMENUITEM_PROPERTY_DEPTH - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMENUITEM_PROPERTY_EXTERNALLINK - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMENUITEM_PROPERTY_FOLDERSONLY - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMENUITEM_PROPERTY_MOUNTALIAS - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMENUITEM_PROPERTY_REFERENCESITEMAPITEM - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMENUITEM_PROPERTY_REPOBASED - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- SITEMENUITEM_PROPERTY_ROLES - Static variable in interface org.hippoecm.hst.configuration.HstNodeTypes
-
- skip(int) - Method in interface org.hippoecm.hst.content.beans.standard.HippoBeanIterator
-
Skip a number of elements in the iterator.
- skip(int) - Method in interface org.hippoecm.hst.content.beans.standard.HippoDocumentIterator
-
this method skips the first skipNum
documents in the iterator.
- skipPaths - Variable in class org.hippoecm.hst.core.jcr.GenericEventListener
-
- start() - Method in interface org.hippoecm.hst.addon.module.ModuleInstance
-
- start() - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Starts the component manager to serve container components.
- start() - Method in interface org.hippoecm.hst.core.jcr.EventListenersContainer
-
Registers all event listener items and
starts the event listener container.
- stop() - Method in interface org.hippoecm.hst.addon.module.ModuleInstance
-
- stop() - Method in interface org.hippoecm.hst.core.container.ComponentManager
-
Stop the component manager.
- stop() - Method in interface org.hippoecm.hst.core.jcr.EventListenersContainer
-
Removes all event listener items and
stop the event listener container.
- STOP_TRAVERSAL - Static variable in interface org.hippoecm.hst.core.ResourceVisitor
-
A generic value to return to stop a traversal.
- SUBJECT_ATTR_NAME - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
Subject session attribute name
- SUBJECT_REPO_CREDS_ATTR_NAME - Static variable in interface org.hippoecm.hst.core.container.ContainerConstants
-
Subject's repository credentials session attribute name (This one can be optionally and temporarily set in a
container that doesn't support JACC.)