|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ComponentManager | 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 constants |
HstComponentFactory | The factory interface which is responsible for creating HstComponent instances. |
HstComponentInvoker | HstComponent invoker component. |
HstComponentRegistry | The HstComponent registry interface |
HstComponentWindow | HST Component Window. |
HstComponentWindowFactory | The factory interface which is responsible for creating HstComponentWindow instances. |
HstContainerConfig | The HstComponent container configuration. |
HstContainerURL | The HstComponent container URL. |
HstContainerURLProvider | The URL provider for the HstContainerURL . |
HstNavigationalStateCodec | Codec component interface to generate navigation state information string. |
HstRequestProcessor | Request processor. |
PageErrorHandler | PageErrorHandler |
PageErrors | PageErrors |
Pipeline | Pipeline interface. |
Pipelines | The Pipeline container interface. |
ServletContextAware | Interface to be implemented by a ComponentManager object that wishes to be notified of the ServletContext that it runs in. |
Valve | General valve interface. |
ValveContext | Context information during invoking valves in a pipeline. |
Class Summary | |
---|---|
AbstractValve | AbstractValve |
ActionValve | ActionValve |
AggregationValve | AggregationValve |
CleanupValve | CleanupValve |
CmsHostContextValve | CmsHostContextValve sets an attribute on the request that indicates it is a request from a CMS host context |
CmsSecurityValve | CmsSecurityValve responsible for authenticating the user using CMS. |
ComponentRenderingValve | ComponentRenderingValve |
ContainerConfigurationImpl | Container Configuration Retrieve basic data types from the container configuration. |
ContextResolvingValve | ContextResolvingValve |
DefaultPageErrorHandler | DefaultPageErrorHandler |
DefaultPageErrors | DefaultPageErrors |
GenericResponseHeadersValve | GenericResponseHeadersValve |
HstComponentFactoryImpl | HstComponentFactoryImpl |
HstComponentInvokerImpl | HstComponentInvokerImpl |
HstComponentRegistryImpl | HstComponentRegistryImpl |
HstComponentWindowFactoryImpl | HstComponentWindowFactoryImpl |
HstComponentWindowImpl | HstComponentWindowImpl |
HstContainerURLImpl | HstContainerURLImpl |
HstContainerURLProviderImpl | The default implementation providing HstContainerURL. |
HstEmbeddedPortletContainerURLWriter | HstEmbeddedPortletContainerURLProviderImpl |
HstNavigationalStateCodecImpl | HstNavigationalStateCodecImpl |
HstPortletContainerURLWriter | HstContainerURLProviderPortletImpl |
HstRequestProcessorImpl | HstRequestProcessorImpl |
HstSitePipeline | HstSitePipeline |
HstSitePipelines | HstSitePipelines |
InitializationValve | InitializationValve |
JaxrsRestServiceValve | JaxrsRestServiceValve |
JCRSessionStatefulConcurrencyValve | A JCRSessionStatefulConcurrencyValve makes sure that from this valve on, requests that have a sessionstateful jcr session, in other words,
a jcr session tied to their HttpSession , will be processed synchronized. |
LocalizationValve | LocalizationValve |
NoContentValve | NoContentValve
When this valve is used, it does not make sense to also have valves that write content to the HttpServletResponse
since this valve sets servletResponse.setStatus(HttpServletResponse.SC_NO_CONTENT) |
ResourceServingValve | ResourceServingValve |
SecurityValve | SecurityValve |
SiteMenusResolvingValve | SiteMenusResolvingValve |
SubjectBasedSessionValve | StatefulSessionValve |
Enum Summary | |
---|---|
PageErrorHandler.Status | Processing status of page error handler. |
Exception Summary | |
---|---|
ContainerException | The ContainerException class defines a general exception
that an internal container component can throw when it is unable to perform its operation
successfully. |
ContainerNotFoundException | 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. |
ContainerSecurityException | The ContainerSecurityException class defines a security exception
for unauthorized site resource access. |
ContainerSecurityNotAuthenticatedException | The ContainerSecurityNotAuthenticatedException class defines a security exception
for unauthorized site resource access from a non-authenticated user. |
ContainerSecurityNotAuthorizedException | The ContainerSecurityNotAuthorizedException class defines a security exception
for unauthorized site resource access from an authenticated user. |
ModuleNotFoundException | The ModuleNotFoundException class defines a exception
for not found addon module |
RepositoryNotAvailableException | The RepositoryNotAvailableException exception can be used when the repository is not (yet)
available |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |