Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.hippoecm.hst.core Classes and Interfaces - 270 results found.
NameDescriptionTypePackageFramework
AbstractComponentWindowResponseAppenderClassorg.hippoecm.hst.core.channelmanagerHippo
AbstractFilterChainAwareHstSiteMapItemHandlerClassorg.hippoecm.hst.core.sitemapitemhandlerHippo
AbstractHstResponseStateClassorg.hippoecm.hst.core.componentHippo
AbstractHstSiteMapItemHandlerClassorg.hippoecm.hst.core.sitemapitemhandlerHippo
AbstractMenuClassorg.hippoecm.hst.core.sitemenuHippo
AbstractMenuItemClassorg.hippoecm.hst.core.sitemenuHippo
AbstractResourceContainerAbstract implementation of default (simple) resource containers (like "hippogallery:exampleAssetSet" and "hippogallery:exampleImageSet").Classorg.hippoecm.hst.core.linkingHippo
AsynchronousComponentWindowRendererAsynchronousComponentWindowRenderer Component implementing this interface is used in page aggregation phase.Interfaceorg.hippoecm.hst.core.containerHippo
AsynchronousDispatchingEventListenerThis abstract class can be used if the events need to be processed asynchronous.Classorg.hippoecm.hst.core.jcrHippo
ChannelManagerConstantsInterfaceorg.hippoecm.hst.core.channelmanagerHippo
CollectionOptimizerClassorg.hippoecm.hst.core.internalHippo
ColorClassorg.hippoecm.hst.core.parametersHippo
CommonMenuInterfaceorg.hippoecm.hst.core.sitemenuHippo
CommonMenuItemInterfaceorg.hippoecm.hst.core.sitemenuHippo
ComponentConfigurationA ComponentConfiguration provides some configuration information to a component.Interfaceorg.hippoecm.hst.core.requestHippo
ComponentManagerComponentManager interface.Interfaceorg.hippoecm.hst.core.containerHippo
ComponentManagerAwareInterface which a component bean should implement if it wants to have access the component manager containing itself.Interfaceorg.hippoecm.hst.core.containerHippo
ComponentsExceptionThe ComponentsException class defines a exception while finding component(s) from the component manager.Classorg.hippoecm.hst.core.containerHippo
ComponentWindowResponseAppenderWhen a request is in HstRequestContext.Interfaceorg.hippoecm.hst.core.channelmanagerHippo
ContainerConfigurationContainer Configuration Retrieve basic data types from the container configuration(s).Interfaceorg.hippoecm.hst.core.containerHippo
ContainerConstantsHstComponent container constantsVersion:$Id: ContainerConstants.Interfaceorg.hippoecm.hst.core.containerHippo
ContainerExceptionThe ContainerException class defines a general exception that an internal container component can throw when it is unable to perform its operationClassorg.hippoecm.hst.core.containerHippo
ContainerNotFoundExceptionThe ContainerNotFoundException class defines a not found exception that an internal container component can throw when it is unable to perform its operationClassorg.hippoecm.hst.core.containerHippo
ContainerSecurityExceptionThe ContainerSecurityException class defines a security exception for unauthorized site resource access.Classorg.hippoecm.hst.core.containerHippo
ContainerSecurityNotAuthenticatedExceptionThe ContainerSecurityNotAuthenticatedException class defines a security exception for unauthorized site resource access from a non-authenticated user.Classorg.hippoecm.hst.core.containerHippo
ContainerSecurityNotAuthorizedExceptionThe ContainerSecurityNotAuthorizedException class defines a security exception for unauthorized site resource access from an authenticated user.Classorg.hippoecm.hst.core.containerHippo
ContextCredentialsProviderHstRequestContextCredentialsProvider provides credentials based on the provided HstRequestContext.Interfaceorg.hippoecm.hst.core.requestHippo
CustomMountAndVirtualCmsHostAugmenterClassorg.hippoecm.hst.core.hostingHippo
CustomMountAndVirtualHostAugmenterClassorg.hippoecm.hst.core.hostingHippo
DelegatingOrderableValveDelegatingOrderableValve An OrderableValve implementation which delegates to the internal valve.Classorg.hippoecm.hst.core.containerHippo
DocumentLinkClassorg.hippoecm.hst.core.parametersHippo
DropDownListIndicates that the value of the annotated method should be selected from a drop-down list.Classorg.hippoecm.hst.core.parametersHippo
EditableMenuInterfaceorg.hippoecm.hst.core.sitemenuHippo
EditableMenuImplClassorg.hippoecm.hst.core.sitemenuHippo
EditableMenuItemInterfaceorg.hippoecm.hst.core.sitemenuHippo
EditableMenuItemImplClassorg.hippoecm.hst.core.sitemenuHippo
EmptyPropertyEditorInterfaceorg.hippoecm.hst.core.parametersHippo
EventListenerItemHolds EventListener and its configuration information.Interfaceorg.hippoecm.hst.core.jcrHippo
EventListenerItemImplClassorg.hippoecm.hst.core.jcrHippo
EventListenersContainerThe container interface for EventListenerItem instances.Interfaceorg.hippoecm.hst.core.jcrHippo
EventListenersContainerImplEventListenersContainerImplVersion:$Id: EventListenersContainerImpl.Classorg.hippoecm.hst.core.jcrHippo
EventListenersContainerListenerInterfaceorg.hippoecm.hst.core.jcrHippo
FieldGroupIndicates that the annotated class contains a set of channel properties that have to be rendered as a group in a certain order.Classorg.hippoecm.hst.core.parametersHippo
FieldGroupListIndicates that the annotated class contains a set of field groups that have to be rendered in a certain order.Classorg.hippoecm.hst.core.parametersHippo
FilterChainAwareHstSiteMapItemHandlerFilterChainAwareHstSiteMapItemHandler extends HstSiteMapItemHandler interface.Interfaceorg.hippoecm.hst.core.sitemapitemhandlerHippo
GenericEventListenerThe GenericEventListener class provides a default implementation for the EventListener interface.Classorg.hippoecm.hst.core.jcrHippo
GenericHstComponentThe GenericHstComponent class provides a default implementation for the HstComponent interface.Classorg.hippoecm.hst.core.componentHippo
HeadElementHeadElement interface wrapping a head contribution elementVersion:$Id: HeadElement.Interfaceorg.hippoecm.hst.core.componentHippo
HeadElementImplClassorg.hippoecm.hst.core.componentHippo
HstComponentA HstComponent can be invoked by a HstComponent container during three different request lifecycle phases: ACTION, RESOURCE and RENDER.Interfaceorg.hippoecm.hst.core.componentHippo
HstComponentExceptionThe HstComponentException class defines a general exception that a HstComponent can throw when it is unable to perform its operationClassorg.hippoecm.hst.core.componentHippo
HstComponentFactoryThe factory interface which is responsible for creating HstComponent instances.Interfaceorg.hippoecm.hst.core.containerHippo
HstComponentFatalExceptionThe HstComponentFatalException can be thrown to break out of the HST2 request handling.Classorg.hippoecm.hst.core.componentHippo
HstComponentInvokerHstComponent invoker component.Interfaceorg.hippoecm.hst.core.containerHippo
HstComponentMetadataInterfaceorg.hippoecm.hst.core.componentHippo
HstComponentRegistryThe HstComponent registry interfaceVersion:$Id: HstComponentRegistry.Interfaceorg.hippoecm.hst.core.containerHippo
HstComponentWindowHST Component Window.Interfaceorg.hippoecm.hst.core.containerHippo
HstComponentWindowFactoryThe factory interface which is responsible for creating HstComponentWindow instances.Interfaceorg.hippoecm.hst.core.containerHippo
HstComponentWindowFilter Interface to implement as a developer to add custom HstComponentWindow filtering for some requestContext.Interfaceorg.hippoecm.hst.core.containerHippo
HstContainerConfigThe HstComponent container configuration.Interfaceorg.hippoecm.hst.core.containerHippo
HstContainerURLThe HstComponent container URL.Interfaceorg.hippoecm.hst.core.containerHippo
HstContainerURLProviderThe URL provider for the HstContainerURL.Interfaceorg.hippoecm.hst.core.containerHippo
HstLinkHstLink is the object representing a link.Interfaceorg.hippoecm.hst.core.linkingHippo
HstLinkCreatorInterfaceorg.hippoecm.hst.core.linkingHippo
HstLinkProcessorAfter linkcreation by HstLinkCreator all HstLinkProcessor's postProcess are called, and before a path is matched in HstSiteMapMatcher all HstLinkProcessor's preProcess are called.Interfaceorg.hippoecm.hst.core.linkingHippo
HstMutablePortletRequestContextThis is an INTERNAL USAGE ONLY API.Interfaceorg.hippoecm.hst.core.internalHippo
HstMutableRequestContextThis is an INTERNAL USAGE ONLY API.Interfaceorg.hippoecm.hst.core.internalHippo
HstNavigationalStateCodecCodec component interface to generate navigation state information string.Interfaceorg.hippoecm.hst.core.containerHippo
HstParameterInfoProxyFactoryHstParameterInfoProxyFactory is a factory interface for creating a proxy for an interface that is referred to by a ParametersInfo annotation.Interfaceorg.hippoecm.hst.core.componentHippo
HstParameterInfoProxyFactoryImplClassorg.hippoecm.hst.core.componentHippo
HstParameterInfoProxyFactoryImpl .ParameterInfoInvocationHandlerThis class has visibility 'protected' to enable reuse.Classorg.hippoecm.hst.core.componentHippo
HstParameterValueConversionExceptionClassorg.hippoecm.hst.core.componentHippo
HstParameterValueConverterInterfaceorg.hippoecm.hst.core.componentHippo
HstPortalRequestContextInterfaceorg.hippoecm.hst.core.requestHippo
HstPortletRequestContextHstPortletRequestContext extends HstRequestContext to support porlet specific configuration and context.Interfaceorg.hippoecm.hst.core.requestHippo
HstPortletResponseStateClassorg.hippoecm.hst.core.componentHippo
HstQueryManagerFactoryInterfaceorg.hippoecm.hst.core.searchHippo
HstRequestThe HstRequest defines the interface to provide client request information to a HstComponent.Interfaceorg.hippoecm.hst.core.componentHippo
HstRequestContextHstRequestContext provides repository content context and page/components configuration context.Interfaceorg.hippoecm.hst.core.requestHippo
HstRequestContextComponentFactory component to create HstRequestContext object.Interfaceorg.hippoecm.hst.core.internalHippo
HstRequestProcessorRequest processor.Interfaceorg.hippoecm.hst.core.containerHippo
HstResponseThe HstResponse defines the interface to assist a HstComponent in creating and sending a response to the client.Interfaceorg.hippoecm.hst.core.componentHippo
HstResponseStateTemporarily holds the current state of a HST response.Interfaceorg.hippoecm.hst.core.componentHippo
HstServletResponseStateClassorg.hippoecm.hst.core.componentHippo
HstSiteMapItemHandlerA HstSiteMapItemHandler can be invoked by HstFilter when the resolved sitemap item is configured with custom sitemap item handler IDs in the HST configurations.Interfaceorg.hippoecm.hst.core.sitemapitemhandlerHippo
HstSiteMapItemHandlerExceptionThe HstSiteMapItemHandlerException class defines a general exception that a HstSiteMapItemHandler can throw when it is unable to perform its operationClassorg.hippoecm.hst.core.sitemapitemhandlerHippo
HstSiteMapItemHandlerFactoryThe factory interface which is responsible for creating HstSiteMapItemHandler instances.Interfaceorg.hippoecm.hst.core.sitemapitemhandlerHippo
HstSiteMapItemHandlerRegistryInterfaceorg.hippoecm.hst.core.sitemapitemhandlerHippo
HstSiteMapMatcher ResolvedSiteMapItem.Interfaceorg.hippoecm.hst.core.requestHippo
HstSiteMenuInterfaceorg.hippoecm.hst.core.sitemenuHippo
HstSiteMenuItemThe HstSiteMenuItem's is a tree of HstSiteMenuItem.Interfaceorg.hippoecm.hst.core.sitemenuHippo
HstSiteMenus The implementations of this class, and of HstSiteMenu and HstSiteMenuItem, are the request context based instances of their configuration equivalences, SiteMenusConfiguration's, SiteMenuConfiguration's and SiteMenuItemConfiguration'sInterfaceorg.hippoecm.hst.core.sitemenuHippo
HstSiteMenusManager a common used block on a frontend, implementation should be optimized for frequent and concurrent access.Interfaceorg.hippoecm.hst.core.sitemenuHippo
HstURLThe HstURL interface represents a URL that reference the HstComponent itself.Interfaceorg.hippoecm.hst.core.componentHippo
HstURLFactoryHstURL Factory interface.Interfaceorg.hippoecm.hst.core.componentHippo
HstValueTypeValue type of an HstPropertyDefinition.Classorg.hippoecm.hst.core.parametersHippo
ImageSetPathIndicates that the annotated method returns the absolute path to the handle of an image set.Classorg.hippoecm.hst.core.parametersHippo
JcrPathIndicates that the annotated method returns a JCR path that can be selected via a 'picker'.Classorg.hippoecm.hst.core.parametersHippo
JcrRepositoryProviderInterface to define the contract between service provider and jcr session pool.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
LazySessionLazySession interface.Interfaceorg.hippoecm.hst.core.jcrHippo
LocationMapTreeExpert: The LocationMapTree is the container for a tree of LocationMapTreeItem's that are used for internal linkrewriting.Interfaceorg.hippoecm.hst.core.linkingHippo
LocationMapTreeItemExpert: A LocationMapTreeItem is an item in the tree of the containing LocationMapTree.Interfaceorg.hippoecm.hst.core.linkingHippo
LocationResolverInterfaceorg.hippoecm.hst.core.linkingHippo
ModuleNotFoundExceptionThe ModuleNotFoundException class defines a exception for not found addon moduleClassorg.hippoecm.hst.core.containerHippo
MountDecoratorThis is an INTERNAL USAGE ONLY API.Interfaceorg.hippoecm.hst.core.internalHippo
MultipleRepositoryInterface extending Repository to allow transparent access to internal multiple repositories based on credentialsInterfaceorg.hippoecm.hst.core.jcr.poolHippo
MultipleRepositoryAwareInterface to be implemented by beans (such as session) that wish to be aware of its owning multiple repository.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
MutableResolvedMountThis is an INTERNAL USAGE ONLY API.Interfaceorg.hippoecm.hst.core.internalHippo
NoAvailableSessionExceptionThe NoAvailableSessionException class defines the exception that a JCR session pooling repository can throw when it is unable to return an available sessionClassorg.hippoecm.hst.core.jcr.poolHippo
OrderableValveOrderable valve interface.Interfaceorg.hippoecm.hst.core.containerHippo
PageCacheContextInterfaceorg.hippoecm.hst.core.containerHippo
PageCacheKeyA PageCacheKey represents a key that can be used to qualify/categorize some request.Interfaceorg.hippoecm.hst.core.containerHippo
PageErrorHandler When a valve meets component errors, error handling can be delegated to a PageErrorHandler.Interfaceorg.hippoecm.hst.core.containerHippo
PageErrorHandler .StatusProcessing status of page error handler.Classorg.hippoecm.hst.core.containerHippo
PageErrors Holds all error information in a pageVersion:$Id: PageErrors.Interfaceorg.hippoecm.hst.core.containerHippo
ParameterAnnotation indicating that a getter method returns the value of an HST parameter.Classorg.hippoecm.hst.core.parametersHippo
ParametersInfo This is an annotation to be used for HstComponent's.Classorg.hippoecm.hst.core.parametersHippo
Pipeline HstRequestProcessor will invoke the proper Pipeline instance to serve the request.Interfaceorg.hippoecm.hst.core.containerHippo
PipelinesThe Pipeline container interface.Interfaceorg.hippoecm.hst.core.containerHippo
PooledSessionPooledSession interface.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
PooledSessionRefresherPooledSessionRefresher This interface is responsible for refreshing the states of the pooled session.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
PoolingCounterInterfaceorg.hippoecm.hst.core.jcr.poolHippo
PoolingCounterMBeanInterfaceorg.hippoecm.hst.core.jcr.poolHippo
PoolingRepositoryInterface extending Repository to allow transparent access to internal session pooling implementation.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
PoolingRepositoryAwareInterface to be implemented by beans (such as session) that wish to be aware of its owning pooling repository.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
PoolingRepositoryMBeanInterfaceorg.hippoecm.hst.core.jcr.poolHippo
RepositoryNotAvailableExceptionThe RepositoryNotAvailableException exception can be used when the repository is not (yet)See Also:Serialized FormClassorg.hippoecm.hst.core.containerHippo
RequestInfoCacheKeyFragmentCreator Responsible for creating the cachekey fragment that will be part of the PageCacheKey.Interfaceorg.hippoecm.hst.core.containerHippo
ResolvedMountInterfaceorg.hippoecm.hst.core.requestHippo
ResolvedSiteMapItemAn instance of the implementation of this interface will be available on the HstRequestContext.Interfaceorg.hippoecm.hst.core.requestHippo
ResolvedVirtualHostInterfaceorg.hippoecm.hst.core.requestHippo
ResourceContainerInterfaceorg.hippoecm.hst.core.linkingHippo
ResourceLifecycleManagementResource management interface.Interfaceorg.hippoecm.hst.coreHippo
ResourceLocationResolverInterfaceorg.hippoecm.hst.core.linkingHippo
ResourceVisitor Generic resource visitor interface for resource traversals.Interfaceorg.hippoecm.hst.coreHippo
RuntimeRepositoryExceptionThe unchecked equivalent of the checked RepositoryException : This class can be used to delegate a RepositoryException that cannot be handled into a RuntimeExceptionClassorg.hippoecm.hst.core.jcrHippo
SerializableElement Serializable representation for a DOM element and its descendants.Classorg.hippoecm.hst.core.componentHippo
ServletContextAware Interface to be implemented by a ComponentManager object that wishes to be notified of the ServletContext that it runs in.Interfaceorg.hippoecm.hst.core.containerHippo
SessionDecoratorSession decorator interface.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
SessionSecurityDelegationComponent that has facility methods for creating NON POOLED session (security delegates) that are optionally logged out automatically at the end of the hst request processingInterfaceorg.hippoecm.hst.core.jcrHippo
SiteMapItemHandlerConfigurationA SiteMapItemHandlerConfiguration is the runtime instance of a HstSiteMapItemHandlerConfiguration and provides some configuration information to a sitemap item handler.Interfaceorg.hippoecm.hst.core.requestHippo
StringPoolA String pool utility that can be used to return an already present String object from the heap instead of creating new Strings for String objects that are equal.Classorg.hippoecm.hst.core.internalHippo
ValveGeneral valve interface.Interfaceorg.hippoecm.hst.core.containerHippo
ValveContextContext information during invoking valves in a pipeline.Interfaceorg.hippoecm.hst.core.containerHippo
WrapperElementInterfaceorg.hippoecm.hst.core.componentHippo
WrapperElementImplClassorg.hippoecm.hst.core.componentHippo
ColorClassorg.hippoecm.hst.core.parametersHippo
DocumentLinkClassorg.hippoecm.hst.core.parametersHippo
DropDownListIndicates that the value of the annotated method should be selected from a drop-down list.Classorg.hippoecm.hst.core.parametersHippo
EmptyPropertyEditorInterfaceorg.hippoecm.hst.core.parametersHippo
FieldGroupIndicates that the annotated class contains a set of channel properties that have to be rendered as a group in a certain order.Classorg.hippoecm.hst.core.parametersHippo
FieldGroupListIndicates that the annotated class contains a set of field groups that have to be rendered in a certain order.Classorg.hippoecm.hst.core.parametersHippo
ImageSetPathIndicates that the annotated method returns the absolute path to the handle of an image set.Classorg.hippoecm.hst.core.parametersHippo
JcrPathIndicates that the annotated method returns a JCR path that can be selected via a 'picker'.Classorg.hippoecm.hst.core.parametersHippo
ParameterAnnotation indicating that a getter method returns the value of an HST parameter.Classorg.hippoecm.hst.core.parametersHippo
ParametersInfo This is an annotation to be used for org.Classorg.hippoecm.hst.core.parametersHippo
AbstractFilterChainAwareHstSiteMapItemHandlerClassorg.hippoecm.hst.core.sitemapitemhandlerHippo
AbstractHstSiteMapItemHandlerClassorg.hippoecm.hst.core.sitemapitemhandlerHippo
AsynchronousComponentWindowRendererAsynchronousComponentWindowRenderer Component implementing this interface is used in page aggregation phase.Interfaceorg.hippoecm.hst.core.containerHippo
ChannelManagerConstantsInterfaceorg.hippoecm.hst.core.channelmanagerHippo
CommonMenuReturns the name of this SiteMenu.Interfaceorg.hippoecm.hst.core.sitemenuHippo
CommonMenuItemWhen this method does not return null, then by default getHstLink() will return null even if the sitemenu item has a sitemap reference path definedInterfaceorg.hippoecm.hst.core.sitemenuHippo
ComponentConfigurationA ComponentConfiguration provides some configuration information to a component.Interfaceorg.hippoecm.hst.core.requestHippo
ComponentManagerComponentManager interface.Interfaceorg.hippoecm.hst.core.containerHippo
ComponentManagerAwareInterface which a component bean should implement if it wants to have access the component manager containing itself.Interfaceorg.hippoecm.hst.core.containerHippo
ComponentsExceptionThe ComponentsException class defines a exception while finding component(s) from the component manager.Classorg.hippoecm.hst.core.containerHippo
ComponentWindowAttributeContributorInterfaceorg.hippoecm.hst.core.channelmanagerHippo
ComponentWindowResponseAppenderWhen a request is in HstRequestContext.Interfaceorg.hippoecm.hst.core.channelmanagerHippo
ContainerConfigurationContainer Configuration Retrieve basic data types from the container configuration(s).Interfaceorg.hippoecm.hst.core.containerHippo
ContainerConstantsHstComponent container constantsVersion:$Id: ContainerConstants.Interfaceorg.hippoecm.hst.core.containerHippo
ContainerExceptionThe ContainerException class defines a general exception that an internal container component can throw when it is unable to perform its operationClassorg.hippoecm.hst.core.containerHippo
ContainerNotFoundExceptionThe ContainerNotFoundException class defines a not found exception that an internal container component can throw when it is unable to perform its operationClassorg.hippoecm.hst.core.containerHippo
ContainerSecurityExceptionThe ContainerSecurityException class defines a security exception for unauthorized site resource access.Classorg.hippoecm.hst.core.containerHippo
ContainerSecurityNotAuthenticatedExceptionThe ContainerSecurityNotAuthenticatedException class defines a security exception for unauthorized site resource access from a non-authenticated user.Classorg.hippoecm.hst.core.containerHippo
ContainerSecurityNotAuthorizedExceptionThe ContainerSecurityNotAuthorizedException class defines a security exception for unauthorized site resource access from an authenticated user.Classorg.hippoecm.hst.core.containerHippo
ContextCredentialsProviderHstRequestContextCredentialsProvider provides credentials based on the provided HstRequestContext.Interfaceorg.hippoecm.hst.core.requestHippo
EditableMenuNote: the method should have been called getSelectedMenuItem because of a historical typo it is called getSelectMenuItemInterfaceorg.hippoecm.hst.core.sitemenuHippo
EditableMenuItemInterfaceorg.hippoecm.hst.core.sitemenuHippo
EventListenerItemHolds EventListener and its configuration information.Interfaceorg.hippoecm.hst.core.jcrHippo
EventListenersContainerThe container interface for EventListenerItem instances.Interfaceorg.hippoecm.hst.core.jcrHippo
EventListenersContainerListenerEventListenersContainerListenerOn event raised when event listeners are re-established in the existing event listeners container.Interfaceorg.hippoecm.hst.core.jcrHippo
FilterChainAwareHstSiteMapItemHandlerFilterChainAwareHstSiteMapItemHandler extends HstSiteMapItemHandler interface.Interfaceorg.hippoecm.hst.core.sitemapitemhandlerHippo
GenericEventListenerThe GenericEventListener class provides a default implementation for the EventListener interface.Classorg.hippoecm.hst.core.jcrHippo
GenericHstComponentThe GenericHstComponent class provides a default implementation for the HstComponent interface.Classorg.hippoecm.hst.core.componentHippo
HeadElementHeadElement interface wrapping a head contribution elementVersion:$Id: HeadElement.Interfaceorg.hippoecm.hst.core.componentHippo
HstComponentA HstComponent can be invoked by a HstComponent container during three different request lifecycle phases: ACTION, RESOURCE and RENDER.Interfaceorg.hippoecm.hst.core.componentHippo
HstComponentExceptionThe HstComponentException class defines a general exception that a HstComponent can throw when it is unable to perform its operationClassorg.hippoecm.hst.core.componentHippo
HstComponentFactoryThe factory interface which is responsible for creating HstComponent instances.Interfaceorg.hippoecm.hst.core.containerHippo
HstComponentFatalExceptionThe HstComponentFatalException can be thrown to break out of the HST2 request handling.Classorg.hippoecm.hst.core.componentHippo
HstComponentInvokerHstComponent invoker component.Interfaceorg.hippoecm.hst.core.containerHippo
HstComponentMetadataInterfaceorg.hippoecm.hst.core.componentHippo
HstComponentRegistryThe HstComponent registry interfaceVersion:$Id: HstComponentRegistry.Interfaceorg.hippoecm.hst.core.containerHippo
HstComponentWindowHST Component Window.Interfaceorg.hippoecm.hst.core.containerHippo
HstComponentWindowFactoryThe factory interface which is responsible for creating HstComponentWindow instances.Interfaceorg.hippoecm.hst.core.containerHippo
HstComponentWindowFilter Interface to implement as a developer to add custom HstComponentWindow filtering for some requestContext.Interfaceorg.hippoecm.hst.core.containerHippo
HstContainerConfigThe HstComponent container configuration.Interfaceorg.hippoecm.hst.core.containerHippo
HstContainerURLThe HstComponent container URL.Interfaceorg.hippoecm.hst.core.containerHippo
HstContainerURLProviderThe URL provider for the HstContainerURL.Interfaceorg.hippoecm.hst.core.containerHippo
HstLink HstLink is the object representing a link.Interfaceorg.hippoecm.hst.core.linkingHippo
HstLinkCreatorHstLinkCreator interface for creating HstLink'sClears possibly available cachesInterfaceorg.hippoecm.hst.core.linkingHippo
HstLinkProcessorAfter linkcreation by HstLinkCreator all HstLinkProcessor's postProcess are called, and before a path is matched in HstSiteMapMatcher all HstLinkProcessor's preProcess are called.Interfaceorg.hippoecm.hst.core.linkingHippo
HstMutableRequestContextThis is an INTERNAL USAGE ONLY API.Interfaceorg.hippoecm.hst.core.internalHippo
HstNavigationalStateCodecCodec component interface to generate navigation state information string.Interfaceorg.hippoecm.hst.core.containerHippo
HstParameterInfoProxyFactoryHstParameterInfoProxyFactory is a factory interface for creating a proxy for an interface that is referred to by a ParametersInfo annotation.Interfaceorg.hippoecm.hst.core.componentHippo
HstParameterValueConversionExceptionClassorg.hippoecm.hst.core.componentHippo
HstParameterValueConverterInterfaceorg.hippoecm.hst.core.componentHippo
HstQueryManagerFactoryInterfaceorg.hippoecm.hst.core.searchHippo
HstRequestThe HstRequest defines the interface to provide client request information to a HstComponent.Interfaceorg.hippoecm.hst.core.componentHippo
HstRequestContextHstRequestContext provides repository content context and page/components configuration context.Interfaceorg.hippoecm.hst.core.requestHippo
HstRequestContextComponentFactory component to create HstRequestContext object.Interfaceorg.hippoecm.hst.core.internalHippo
HstRequestProcessorRequest processor.Interfaceorg.hippoecm.hst.core.containerHippo
HstResponseThe HstResponse defines the interface to assist a HstComponent in creating and sending a response to the client.Interfaceorg.hippoecm.hst.core.componentHippo
HstResponseStateTemporarily holds the current state of a HST response.Interfaceorg.hippoecm.hst.core.componentHippo
HstSiteMapItemHandlerA HstSiteMapItemHandler can be invoked by HstFilter when the resolved sitemap item is configured with custom sitemap item handler IDs in the HST configurations.Interfaceorg.hippoecm.hst.core.sitemapitemhandlerHippo
HstSiteMapItemHandlerExceptionThe HstSiteMapItemHandlerException class defines a general exception that a HstSiteMapItemHandler can throw when it is unable to perform its operationClassorg.hippoecm.hst.core.sitemapitemhandlerHippo
HstSiteMapItemHandlerFactoryThe factory interface which is responsible for creating HstSiteMapItemHandler instances.Interfaceorg.hippoecm.hst.core.sitemapitemhandlerHippo
HstSiteMapItemHandlerRegistryInterfaceorg.hippoecm.hst.core.sitemapitemhandlerHippo
HstSiteMapMatcher ResolvedSiteMapItem.Interfaceorg.hippoecm.hst.core.requestHippo
HstSiteMenuThe interface for a SiteMenu implementation, containing possibly a tree of HstSiteMenuItem'sThis utility method is valuable for creating repository based navigations, as you can easily get the deepest selected item, which mightInterfaceorg.hippoecm.hst.core.sitemenuHippo
HstSiteMenuItemThe HstSiteMenuItem's is a tree of HstSiteMenuItem.Interfaceorg.hippoecm.hst.core.sitemenuHippo
HstSiteMenus build site menus.Interfaceorg.hippoecm.hst.core.sitemenuHippo
HstSiteMenusManager a common used block on a frontend, implementation should be optimized for frequent and concurrent access.Interfaceorg.hippoecm.hst.core.sitemenuHippo
HstURLThe HstURL interface represents a URL that reference the HstComponent itself.Interfaceorg.hippoecm.hst.core.componentHippo
HstURLFactoryHstURL Factory interface.Interfaceorg.hippoecm.hst.core.componentHippo
HstValueTypeValue type of an HstPropertyDefinition.Classorg.hippoecm.hst.core.parametersHippo
JcrRepositoryProviderInterface to define the contract between service provider and jcr session pool.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
LazySessionLazySession interface.Interfaceorg.hippoecm.hst.core.jcrHippo
LocationMapTreeExpert: The LocationMapTree is the container for a tree of LocationMapTreeItem's that are used for internal linkrewriting.Interfaceorg.hippoecm.hst.core.linkingHippo
LocationMapTreeItemExpert: A LocationMapTreeItem is an item in the tree of the containing LocationMapTree.Interfaceorg.hippoecm.hst.core.linkingHippo
LocationResolverunused since 7.Interfaceorg.hippoecm.hst.core.linkingHippo
ModuleNotFoundExceptionThe ModuleNotFoundException class defines a exception for not found addon moduleClassorg.hippoecm.hst.core.containerHippo
MountDecoratorThis is an INTERNAL USAGE ONLY API.Interfaceorg.hippoecm.hst.core.internalHippo
MultipleRepositoryInterface extending Repository to allow transparent access to internal multiple repositories based on credentialsInterfaceorg.hippoecm.hst.core.jcr.poolHippo
MultipleRepositoryAwareInterface to be implemented by beans (such as session) that wish to be aware of its owning multiple repository.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
MutableResolvedMountThis is an INTERNAL USAGE ONLY API.Interfaceorg.hippoecm.hst.core.internalHippo
NoAvailableSessionExceptionThe NoAvailableSessionException class defines the exception that a JCR session pooling repository can throw when it is unable to return an available sessionClassorg.hippoecm.hst.core.jcr.poolHippo
OrderableValveOrderable valve interface.Interfaceorg.hippoecm.hst.core.containerHippo
PageCacheContextInterfaceorg.hippoecm.hst.core.containerHippo
PageCacheKeyA PageCacheKey represents a key that can be used to qualify/categorize some request.Interfaceorg.hippoecm.hst.core.containerHippo
PageErrorHandler When a valve meets component errors, error handling can be delegated to a PageErrorHandler.Interfaceorg.hippoecm.hst.core.containerHippo
PageErrorHandler .StatusProcessing status of page error handler.Classorg.hippoecm.hst.core.containerHippo
PageErrors Holds all error information in a pageVersion:$Id: PageErrors.Interfaceorg.hippoecm.hst.core.containerHippo
Pipeline HstRequestProcessor will invoke the proper Pipeline instance to serve the request.Interfaceorg.hippoecm.hst.core.containerHippo
PipelinesThe Pipeline container interface.Interfaceorg.hippoecm.hst.core.containerHippo
PooledSessionPooledSession interface.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
PooledSessionRefresherPooledSessionRefresher This interface is responsible for refreshing the states of the pooled session.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
PoolingCounterInterfaceorg.hippoecm.hst.core.jcr.poolHippo
PoolingCounterMBeanInterfaceorg.hippoecm.hst.core.jcr.poolHippo
PoolingRepositoryInterface extending Repository to allow transparent access to internal session pooling implementation.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
PoolingRepositoryAwareInterface to be implemented by beans (such as session) that wish to be aware of its owning pooling repository.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
PoolingRepositoryMBeanInterfaceorg.hippoecm.hst.core.jcr.poolHippo
RequestInfoCacheKeyFragmentCreator Responsible for creating the cachekey fragment that will be part of the PageCacheKey.Interfaceorg.hippoecm.hst.core.containerHippo
ResolvedMount to the ResolvedSiteMapItem and HstSiteMapItemReturns FORM Login PageInterfaceorg.hippoecm.hst.core.requestHippo
ResolvedSiteMapItemAn instance of the implementation of this interface will be available on the HstRequestContext.Interfaceorg.hippoecm.hst.core.requestHippo
ResolvedVirtualHost to the ResolvedMount and Mountsince HST 2.Interfaceorg.hippoecm.hst.core.requestHippo
ResourceContainer like hippogallery:exampleImageSet or hippogallery:exampleAssetSetreturns the mapping from nodename to url prefix.Interfaceorg.hippoecm.hst.core.linkingHippo
ResourceLifecycleManagementResource management interface.Interfaceorg.hippoecm.hst.coreHippo
ResourceLocationResolverInterfaceorg.hippoecm.hst.core.linkingHippo
ResourceVisitor Generic resource visitor interface for resource traversals.Interfaceorg.hippoecm.hst.coreHippo
RewriteContextClassorg.hippoecm.hst.core.linkingHippo
RewriteContextExceptionClassorg.hippoecm.hst.core.linkingHippo
RewriteContextResolver Expert feature : Note that if you implement a custom RewriteContextResolver, that you make sure that resolve(Node, Mount, HstRequestContext, boolean, boolean) is very fast! Namely,Interfaceorg.hippoecm.hst.core.linkingHippo
RuntimeRepositoryExceptionThe unchecked equivalent of the checked RepositoryException : This class can be used to delegate a RepositoryException that cannot be handled into a RuntimeExceptionClassorg.hippoecm.hst.core.jcrHippo
ServletContextAware Interface to be implemented by a ComponentManager object that wishes to be notified of the ServletContext that it runs in.Interfaceorg.hippoecm.hst.core.containerHippo
SessionDecoratorSession decorator interface.Interfaceorg.hippoecm.hst.core.jcr.poolHippo
SessionSecurityDelegationComponent that has facility methods for creating NON POOLED session (security delegates) that are optionally logged out automatically at the end of the hst request processingInterfaceorg.hippoecm.hst.core.jcrHippo
SiteMapItemHandlerConfigurationA SiteMapItemHandlerConfiguration is the runtime instance of a HstSiteMapItemHandlerConfiguration and provides some configuration information to a sitemap item handler.Interfaceorg.hippoecm.hst.core.requestHippo
ValveGeneral valve interface.Interfaceorg.hippoecm.hst.core.containerHippo
ValveContextContext information during invoking valves in a pipeline.Interfaceorg.hippoecm.hst.core.containerHippo
WrapperElementWrapperElement interface to wrap markup contentsReturns the attribute value of the head contribution element specified by the attribute name.Interfaceorg.hippoecm.hst.core.componentHippo