|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContainerException | |
---|---|
org.hippoecm.hst.container | The org.hippoecm.hst.container package defines the API for the HST Container |
org.hippoecm.hst.core.container | The org.hippoecm.hst.core.container package defines the API for the HST Core Container |
org.hippoecm.hst.jaxrs | |
org.hippoecm.hst.jaxrs.cxf | |
org.hippoecm.hst.pagecomposer.jaxrs.cxf | |
org.hippoecm.hst.pagecomposer.jaxrs.services |
Uses of ContainerException in org.hippoecm.hst.container |
---|
Methods in org.hippoecm.hst.container that throw ContainerException | |
---|---|
protected void |
HstFilter.processResolvedSiteMapItem(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
HstManager hstSitesManager,
HstSiteMapItemHandlerFactory siteMapItemHandlerFactory,
HstMutableRequestContext requestContext,
boolean processHandlers,
Logger logger)
|
Uses of ContainerException in org.hippoecm.hst.core.container |
---|
Subclasses of ContainerException in org.hippoecm.hst.core.container | |
---|---|
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. |
class |
RepositoryNotAvailableException
The RepositoryNotAvailableException exception can be used when the repository is not (yet)
available |
Methods in org.hippoecm.hst.core.container that throw ContainerException | |
---|---|
void |
HstSitePipeline.afterInvoke(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
|
void |
Pipeline.afterInvoke(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Deprecated. use Pipeline.cleanup(HstContainerConfig, HstRequestContext, HttpServletRequest, HttpServletResponse) instead |
void |
HstSitePipeline.beforeInvoke(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
|
void |
Pipeline.beforeInvoke(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Deprecated. Not use any more. The Pipeline.invoke(HstContainerConfig, HstRequestContext, HttpServletRequest, HttpServletResponse) combines beforeInvoke as well |
void |
HstSitePipeline.cleanup(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
|
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. |
protected void |
CleanupValve.clearSubjectSession(ValveContext valveContext,
HstRequestContext requestContext,
boolean sessionStateful)
|
void |
HstSitePipeline.destroy()
|
void |
Pipeline.destroy()
Destroys the pipeline. |
void |
HstSitePipeline.initialize()
|
void |
AbstractValve.initialize()
|
void |
NoContentValve.initialize()
|
void |
Valve.initialize()
Initialize the valve before using in a pipeline. |
void |
Pipeline.initialize()
Initializes the pipeline |
void |
HstSitePipeline.invoke(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
|
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 |
ContextResolvingValve.invoke(ValveContext context)
|
void |
CleanupValve.invoke(ValveContext context)
|
abstract void |
AbstractValve.invoke(ValveContext context)
|
void |
ActionValve.invoke(ValveContext context)
|
void |
CmsHostContextValve.invoke(ValveContext context)
|
void |
CmsSecurityValve.invoke(ValveContext context)
|
void |
LocalizationValve.invoke(ValveContext context)
|
void |
SecurityValve.invoke(ValveContext context)
|
void |
AggregationValve.invoke(ValveContext context)
|
void |
SiteMenusResolvingValve.invoke(ValveContext context)
|
void |
SubjectBasedSessionValve.invoke(ValveContext context)
|
void |
InitializationValve.invoke(ValveContext context)
|
void |
GenericResponseHeadersValve.invoke(ValveContext context)
|
void |
ComponentRenderingValve.invoke(ValveContext context)
|
void |
JCRSessionStatefulConcurrencyValve.invoke(ValveContext context)
|
void |
ResourceServingValve.invoke(ValveContext context)
|
void |
NoContentValve.invoke(ValveContext context)
|
void |
JaxrsRestServiceValve.invoke(ValveContext context)
|
void |
Valve.invoke(ValveContext context)
Invoke this valve |
void |
HstComponentInvokerImpl.invokeAction(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
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 |
HstComponentInvokerImpl.invokeBeforeRender(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
void |
HstComponentInvoker.invokeBeforeRender(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
Invokes the HstComponent.doBeforeRender(org.hippoecm.hst.core.component.HstRequest, HstResponse) method. |
void |
HstComponentInvokerImpl.invokeBeforeServeResource(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
void |
HstComponentInvoker.invokeBeforeServeResource(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
Invokes the HstComponent.doBeforeServeResource(org.hippoecm.hst.core.component.HstRequest, HstResponse) method. |
void |
ValveContext.invokeNext()
Requests invocation of next possible valve. |
void |
HstComponentInvokerImpl.invokeRender(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 |
HstComponentInvokerImpl.invokeServeResource(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
|
void |
HstComponentInvoker.invokeServeResource(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse)
Dispatches to the serveresourcepath of the HstComponent . |
void |
HstRequestProcessorImpl.processRequest(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
String namedPipeline)
|
void |
HstRequestProcessor.processRequest(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
String namedPipeline)
processes request |
protected void |
AggregationValve.processWindowsBeforeRender(HstContainerConfig requestContainerConfig,
HstComponentWindow rootWindow,
HstComponentWindow rootRenderingWindow,
HstComponentWindow[] sortedComponentWindows,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap)
|
protected void |
AggregationValve.processWindowsRender(HstContainerConfig requestContainerConfig,
HstComponentWindow[] sortedComponentWindows,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap)
|
protected void |
SubjectBasedSessionValve.setSubjectSession(ValveContext valveContext,
HstRequestContext requestContext,
boolean sessionStateful)
|
String |
HstContainerURLProviderImpl.toContextRelativeURLString(HstContainerURL containerURL,
HstRequestContext requestContext)
|
String |
HstContainerURLProvider.toContextRelativeURLString(HstContainerURL containerURL,
HstRequestContext requestContext)
Stringifying the containerURL as a context relative path. |
String |
HstContainerURLProviderImpl.toURLString(HstContainerURL containerURL,
HstRequestContext requestContext)
|
String |
HstContainerURLProvider.toURLString(HstContainerURL containerURL,
HstRequestContext requestContext)
Stringifying the containerURL as a full URL string. |
String |
HstContainerURLProviderImpl.toURLString(HstContainerURL containerURL,
HstRequestContext requestContext,
String contextPath)
|
String |
HstContainerURLProvider.toURLString(HstContainerURL containerURL,
HstRequestContext requestContext,
String contextPath)
Stringifying the containerURL as a full URL string. |
String |
HstPortletContainerURLWriter.toURLString(HstContainerURLProviderImpl urlProvider,
HstContainerURL containerURL,
HstRequestContext requestContext)
|
String |
HstEmbeddedPortletContainerURLWriter.toURLString(HstContainerURLProviderImpl urlProvider,
HstContainerURL containerURL,
HstRequestContext requestContext,
String contextPath)
|
String |
HstPortletContainerURLWriter.toURLString(HstContainerURLProviderImpl urlProvider,
HstContainerURL containerURL,
HstRequestContext requestContext,
String contextPath)
|
Uses of ContainerException in org.hippoecm.hst.jaxrs |
---|
Methods in org.hippoecm.hst.jaxrs that throw ContainerException | |
---|---|
protected abstract String |
AbstractJaxrsService.getJaxrsPathInfo(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request)
Concrete implementations must implement this method to get the jaxrs pathInfo. |
protected javax.servlet.http.HttpServletRequest |
AbstractJaxrsService.getJaxrsRequest(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request)
|
protected String |
AbstractJaxrsService.getJaxrsServletPath(HstRequestContext requestContext)
|
void |
AbstractJaxrsService.initialize()
|
void |
JAXRSService.initialize()
|
abstract void |
AbstractJaxrsService.invoke(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
void |
JAXRSService.invoke(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Uses of ContainerException in org.hippoecm.hst.jaxrs.cxf |
---|
Methods in org.hippoecm.hst.jaxrs.cxf that throw ContainerException | |
---|---|
protected String |
CXFJaxrsContentService.getJaxrsPathInfo(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request)
|
protected String |
CXFJaxrsService.getJaxrsPathInfo(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request)
|
protected javax.servlet.http.HttpServletRequest |
CXFJaxrsContentService.getJaxrsRequest(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request)
|
void |
CXFJaxrsService.invoke(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Uses of ContainerException in org.hippoecm.hst.pagecomposer.jaxrs.cxf |
---|
Methods in org.hippoecm.hst.pagecomposer.jaxrs.cxf that throw ContainerException | |
---|---|
protected String |
CXFJaxrsHstConfigService.getJaxrsPathInfo(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request)
|
protected javax.servlet.http.HttpServletRequest |
CXFJaxrsHstConfigService.getJaxrsRequest(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request)
|
void |
CXFJaxrsHstConfigService.invoke(HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Uses of ContainerException in org.hippoecm.hst.pagecomposer.jaxrs.services |
---|
Methods in org.hippoecm.hst.pagecomposer.jaxrs.services that throw ContainerException | |
---|---|
javax.ws.rs.core.Response |
ContainerComponentResource.createContainerItem(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
String itemUUID)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |