Package org.hippoecm.hst.core.container
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
-
Interface Summary Interface Description AsynchronousComponentWindowRenderer AsynchronousComponentWindowRendererComponentManager ComponentManager interface.ComponentManagerAware Interface which a component bean should implement if it wants to have access the component manager containing itself.ContainerConfiguration Container Configuration Retrieve basic data types from the container configuration(s).ContainerConstants HstComponent container constantsHeadContributable Interface for abstraction that allows to contribute head elements to the page.HstComponentFactory The factory interface which is responsible for creating HstComponent instances.HstComponentInvoker HstComponent invoker component.HstComponentRegistry The HstComponent registry interfaceHstComponentWindow HST Component Window.HstComponentWindowFactory The factory interface which is responsible for creatingHstComponentWindow
instances.HstComponentWindowFilter Interface to implement as a developer to add customHstComponentWindow
filtering for some requestContext.HstContainerConfig The HstComponent container configuration.HstContainerURL The HstComponent container URL.HstContainerURLProvider The URL provider for theHstContainerURL
.HstRequestProcessor Request processor.OrderableValve Orderable valve interface.PageCacheContext PageCacheKey APageCacheKey
represents a key that can be used to qualify/categorize some request.PageErrorHandler PageErrorHandlerPageErrors PageErrorsPipeline Pipeline interface.Pipelines ThePipeline
container interface.RequestInfoCacheKeyFragmentCreator Responsible for creating the cachekey fragment that will be part of thePageCacheKey
.Valve General valve interface.ValveContext Context information during invoking valves in a pipeline. -
Enum Summary Enum Description PageErrorHandler.Status Processing status of page error handler. -
Exception Summary Exception Description ComponentsException TheComponentsException
class defines a exception while finding component(s) from the component manager.ContainerException TheContainerException
class defines a general exception that an internal container component can throw when it is unable to perform its operation successfully.ContainerNotFoundException TheContainerNotFoundException
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.ContainerSecurityException TheContainerSecurityException
class defines a security exception for unauthorized site resource access.ContainerSecurityNotAuthenticatedException TheContainerSecurityNotAuthenticatedException
class defines a security exception for unauthorized site resource access from a non-authenticated user.ContainerSecurityNotAuthorizedException TheContainerSecurityNotAuthorizedException
class defines a security exception for unauthorized site resource access from an authenticated user.ModuleNotFoundException TheModuleNotFoundException
class defines a exception for not found addon module