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) |
|
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) |
|
void |
HstComponentInvoker.invokeServeResource(HstContainerConfig requestContainerConfig,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse) |
|
void |
HstRequestProcessor.processRequest(HstContainerConfig requestContainerConfig,
HstRequestContext requestContext,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
String namedPipeline) |
processes request
|
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.
|
String |
HstContainerURLProvider.toURLString(HstContainerURL containerURL,
HstRequestContext requestContext,
String contextPath,
boolean containerResource) |
Stringifying the containerURL as a full URL string.
|