Uses of Class
org.hippoecm.hst.core.container.ContainerException
Package
Description
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
-
Uses of ContainerException in org.hippoecm.hst.configuration.model
Modifier and TypeMethodDescriptionvoid
HstConfigurationAugmenter.augment
(MutableVirtualHosts hosts) Implementations that areHstManager.getVirtualHosts()
-
Uses of ContainerException in org.hippoecm.hst.container.valves
Modifier and TypeMethodDescriptionvoid
AbstractValve.initialize()
abstract void
AbstractValve.invoke
(ValveContext context) -
Uses of ContainerException in org.hippoecm.hst.core.container
Modifier and TypeClassDescriptionclass
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.class
TheContainerSecurityException
class defines a security exception for unauthorized site resource access.class
TheContainerSecurityNotAuthenticatedException
class defines a security exception for unauthorized site resource access from a non-authenticated user.class
TheContainerSecurityNotAuthorizedException
class defines a security exception for unauthorized site resource access from an authenticated user.Modifier and TypeMethodDescriptionvoid
Pipeline.cleanup
(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse) Does post-processing step for the request processing.void
Pipeline.destroy()
Destroys the pipeline.void
Pipeline.initialize()
Initializes the pipelinevoid
Valve.initialize()
Initialize the valve before using in a pipeline.void
Pipeline.invoke
(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse) Invokes the request processing, aka the initialization and rendering valvesvoid
Valve.invoke
(ValveContext context) Invoke this valvevoid
HstComponentInvoker.invokeAction
(HstContainerConfig requestContainerConfig, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse) Invokes theHstComponent.doAction(org.hippoecm.hst.core.component.HstRequest, HstResponse)
method.void
HstComponentInvoker.invokeBeforeRender
(HstContainerConfig requestContainerConfig, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse) void
HstComponentInvoker.invokeBeforeServeResource
(HstContainerConfig requestContainerConfig, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse) void
ValveContext.invokeNext()
Requests invocation of next possible valve.void
HstComponentInvoker.invokePrepareBeforeRender
(HstContainerConfig requestContainerConfig, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse) void
HstComponentInvoker.invokeRender
(HstContainerConfig requestContainerConfig, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse) Dispatches to therenderpath
of theHstComponent
.void
HstComponentInvoker.invokeServeResource
(HstContainerConfig requestContainerConfig, jakarta.servlet.ServletRequest servletRequest, jakarta.servlet.ServletResponse servletResponse) Dispatches to theserveresourcepath
of theHstComponent
.void
HstRequestProcessor.processRequest
(HstContainerConfig requestContainerConfig, HstRequestContext requestContext, jakarta.servlet.http.HttpServletRequest servletRequest, jakarta.servlet.http.HttpServletResponse servletResponse, String namedPipeline) processes requestHstContainerURLProvider.toURLString
(HstContainerURL containerURL, HstRequestContext requestContext) Stringifying the containerURL as a full URL string.HstContainerURLProvider.toURLString
(HstContainerURL containerURL, HstRequestContext requestContext, String contextPath) Stringifying the containerURL as a full URL string.HstContainerURLProvider.toURLString
(HstContainerURL containerURL, HstRequestContext requestContext, String contextPath, boolean containerResource) Stringifying the containerURL as a full URL string. -
Uses of ContainerException in org.hippoecm.hst.jaxrs
Modifier and TypeMethodDescriptionvoid
JAXRSService.initialize()
void
JAXRSService.invoke
(HstRequestContext requestContext, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)