Package | Description |
---|---|
org.hippoecm.hst.configuration.model | |
org.hippoecm.hst.container.valves | |
org.hippoecm.hst.core.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
org.hippoecm.hst.jaxrs |
Modifier and Type | Method and Description |
---|---|
void |
HstConfigurationAugmenter.augment(MutableVirtualHosts hosts)
Implementations that are
|
VirtualHosts |
HstManager.getVirtualHosts() |
VirtualHosts |
HstManager.getVirtualHosts(boolean allowStale)
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractValve.initialize() |
abstract void |
AbstractValve.invoke(ValveContext context) |
Modifier and Type | Class and Description |
---|---|
class |
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. |
class |
ContainerSecurityException
The
ContainerSecurityException class defines a security exception
for unauthorized site resource access. |
class |
ContainerSecurityNotAuthenticatedException
The
ContainerSecurityNotAuthenticatedException class defines a security exception
for unauthorized site resource access from a non-authenticated user. |
class |
ContainerSecurityNotAuthorizedException
The
ContainerSecurityNotAuthorizedException class defines a security exception
for unauthorized site resource access from an authenticated user. |
Modifier and Type | Method and Description |
---|---|
void |
Pipeline.cleanup(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Does post-processing step for the request processing.
|
void |
Pipeline.destroy()
Destroys the pipeline.
|
void |
Pipeline.initialize()
Initializes the pipeline
|
void |
Valve.initialize()
Initialize the valve before using in a pipeline.
|
void |
Pipeline.invoke(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Invokes the request processing, aka the initialization and rendering valves
|
void |
Valve.invoke(ValveContext context)
Invoke this valve
|
void |
HstComponentInvoker.invokeAction(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
Invokes the
HstComponent.doAction(org.hippoecm.hst.core.component.HstRequest, HstResponse) method. |
void |
HstComponentInvoker.invokeBeforeRender(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
void |
HstComponentInvoker.invokeBeforeServeResource(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
void |
ValveContext.invokeNext()
Requests invocation of next possible valve.
|
void |
HstComponentInvoker.invokePrepareBeforeRender(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
void |
HstComponentInvoker.invokeRender(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
Dispatches to the
renderpath of the HstComponent . |
void |
HstComponentInvoker.invokeServeResource(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
Dispatches to the
serveresourcepath of the HstComponent . |
void |
HstRequestProcessor.processRequest(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
String namedPipeline)
processes request
|
String |
HstContainerURLProvider.toContextRelativeURLString(HstContainerURL containerURL,
HstRequestContext requestContext)
Deprecated.
deprecated since 2.30.00 (CMS 10.0), use
HstContainerURLProvider.toURLString(HstContainerURL, org.hippoecm.hst.core.request.HstRequestContext) instead |
String |
HstContainerURLProvider.toURLString(HstContainerURL containerURL,
HstRequestContext requestContext)
Stringifying the containerURL as a full URL string.
|
String |
HstContainerURLProvider.toURLString(HstContainerURL containerURL,
HstRequestContext requestContext,
String contextPath)
Stringifying the containerURL as a full URL string.
|
Modifier and Type | Method and Description |
---|---|
void |
JAXRSService.initialize() |
void |
JAXRSService.invoke(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.