Package | Description |
---|---|
org.hippoecm.hst.component.support | |
org.hippoecm.hst.component.support.bean | |
org.hippoecm.hst.component.support.forms | |
org.hippoecm.hst.component.support.spring | |
org.hippoecm.hst.core.channelmanager | |
org.hippoecm.hst.core.component |
The org.hippoecm.hst.core.component package defines the API for the HST Core Component
|
org.hippoecm.hst.core.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
org.hippoecm.hst.mock.core.component | |
org.hippoecm.hst.tag | |
org.hippoecm.hst.util |
The org.hippoecm.hst.content.util package defines the API for the HST Util
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleDispatcherHstComponent.doAction(HstRequest request,
HstResponse response) |
void |
SimpleDispatcherHstComponent.doBeforeRender(HstRequest request,
HstResponse response) |
void |
SimpleDispatcherHstComponent.doBeforeServeResource(HstRequest request,
HstResponse response) |
protected void |
SimpleDispatcherHstComponent.doDispatch(String dispatchPath,
HstRequest request,
HstResponse response) |
Modifier and Type | Method and Description |
---|---|
void |
BaseHstComponent.sendRedirect(String path,
HstRequest request,
HstResponse response)
Facility method for sending a redirect to a sitemap path.
|
void |
BaseHstComponent.sendRedirect(String path,
HstRequest request,
HstResponse response,
Map<String,String[]> queryParams)
Facility method for sending a redirect to a sitemap path including query params.
|
void |
BaseHstComponent.sendRedirect(String path,
HstRequest request,
HstResponse response,
Map<String,String[]> queryParams,
String characterEncoding)
Facility method for sending a redirect to a sitemap path including query params and characterEncoding.
|
Modifier and Type | Method and Description |
---|---|
static void |
FormUtils.persistFormMap(HstRequest request,
HstResponse response,
FormMap formMap,
StoreFormResult storeFormResult) |
static void |
FormUtils.persistFormMap(String formDataNodePath,
String formId,
HstRequest request,
HstResponse response,
FormMap formMap,
StoreFormResult storeFormResult,
boolean includeRenderParameter)
Facility to temporarily store submitted form data which needs to be accessed in the rendering phase again.
|
Modifier and Type | Method and Description |
---|---|
void |
SpringBridgeHstComponent.doAction(HstRequest request,
HstResponse response) |
void |
SpringBridgeHstComponent.doBeforeRender(HstRequest request,
HstResponse response) |
void |
SpringBridgeHstComponent.doBeforeServeResource(HstRequest request,
HstResponse response) |
Modifier and Type | Method and Description |
---|---|
protected Comment |
AbstractComponentWindowResponseAppender.createCommentWithAttr(Map<String,String> attributes,
HstResponse response) |
void |
ComponentWindowResponseAppender.process(HstComponentWindow rootWindow,
HstComponentWindow rootRenderingWindow,
HstComponentWindow window,
HstRequest request,
HstResponse response)
if any info needs to be added, like response headers or html comments, it can be written to the
response
below |
Modifier and Type | Method and Description |
---|---|
void |
GenericHstComponent.doAction(HstRequest request,
HstResponse response) |
void |
HstComponent.doAction(HstRequest request,
HstResponse response)
Allows the component to process actions
|
void |
GenericHstComponent.doBeforeRender(HstRequest request,
HstResponse response) |
void |
HstComponent.doBeforeRender(HstRequest request,
HstResponse response)
Allows the component to do some business logic processing before rendering
|
void |
GenericHstComponent.doBeforeServeResource(HstRequest request,
HstResponse response) |
void |
HstComponent.doBeforeServeResource(HstRequest request,
HstResponse response)
Allows the component to do some business logic processing before serving resource
|
Modifier and Type | Method and Description |
---|---|
PageErrorHandler.Status |
PageErrorHandler.handleComponentExceptions(PageErrors pageErrors,
HstRequest hstRequest,
HstResponse hstResponse)
Handles the exceptions generated by page or components.
|
void |
AsynchronousComponentWindowRenderer.processWindowBeforeRender(HstComponentWindow window,
HstRequest request,
HstResponse response)
Invoked when processing the doBeforeRender phase of a component window which should be asynchronously rendered.
|
Modifier and Type | Class and Description |
---|---|
class |
MockHstResponse
MockHstResponse
|
Constructor and Description |
---|
MockValveContext(HstRequest request,
HstResponse response) |
Modifier and Type | Method and Description |
---|---|
protected int |
HstTagSupport.doEndTag(HstRequest hstRequest,
HstResponse hstResponse)
A doEndTag hook for derived classes with HstRequest and HstResponse
parameters that are never null.
|
Modifier and Type | Method and Description |
---|---|
static HstResponse |
HstRequestUtils.getHstResponse(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Returns
HstResponse object found in the servletRequest or servletResponse. |
Modifier and Type | Method and Description |
---|---|
static void |
HstResponseUtils.sendPermanentRedirect(HstRequest request,
HstResponse response,
String path)
Facility method for sending a permanent 301 redirect to a sitemap path.
|
static void |
HstResponseUtils.sendPermanentRedirect(HstRequest request,
HstResponse response,
String path,
Map<String,String[]> queryParams)
Facility method for sending a permanent 301 redirect to a sitemap path.
|
static void |
HstResponseUtils.sendPermanentRedirect(HstRequest request,
HstResponse response,
String path,
Map<String,String[]> queryParams,
String characterEncoding)
Facility method for sending a permanent 301 redirect to a sitemap path.
|
static void |
HstResponseUtils.sendRedirect(HstRequest request,
HstResponse response,
String path)
Facility method for sending a temporary 302 redirect to a sitemap path.
|
static void |
HstResponseUtils.sendRedirect(HstRequest request,
HstResponse response,
String path,
Map<String,String[]> queryParams)
Facility method for sending a temporary 302 redirect to a sitemap path.
|
static void |
HstResponseUtils.sendRedirect(HstRequest request,
HstResponse response,
String path,
Map<String,String[]> queryParams,
String characterEncoding)
Facility method for sending a temporary 302 redirect to a sitemap path.
|
Copyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.