|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HstResponse | |
---|---|
org.hippoecm.hst.component.support | |
org.hippoecm.hst.component.support.bean | |
org.hippoecm.hst.component.support.forms | |
org.hippoecm.hst.component.support.portlet | |
org.hippoecm.hst.component.support.spring | |
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.pagecomposer.builtin.components | |
org.hippoecm.hst.tag | |
org.hippoecm.hst.util | The org.hippoecm.hst.content.util package defines the API for the HST Util |
Uses of HstResponse in org.hippoecm.hst.component.support |
---|
Methods in org.hippoecm.hst.component.support with parameters of type HstResponse | |
---|---|
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)
|
Uses of HstResponse in org.hippoecm.hst.component.support.bean |
---|
Methods in org.hippoecm.hst.component.support.bean with parameters of type HstResponse | |
---|---|
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. |
Uses of HstResponse in org.hippoecm.hst.component.support.forms |
---|
Methods in org.hippoecm.hst.component.support.forms with parameters of type HstResponse | |
---|---|
void |
BaseFormHstComponent.doAction(HstRequest request,
HstResponse response)
Deprecated. |
static void |
FormUtils.persistFormMap(HstRequest request,
HstResponse response,
FormMap formMap,
StoreFormResult storeFormResult)
Facility to temporarily store submitted form data which needs to be accessed in the rendering phase again. |
protected void |
BaseFormHstComponent.persistFormMap(HstRequest request,
HstResponse response,
FormMap formMap,
StoreFormResult storeFormResult)
Deprecated. use {@link FormUtils#persistFormMap(HstRequest, HstResponse, FormMap, StoreFormResult) instead |
Uses of HstResponse in org.hippoecm.hst.component.support.portlet |
---|
Methods in org.hippoecm.hst.component.support.portlet with parameters of type HstResponse | |
---|---|
void |
GenericPortletPrefsEditor.doAction(HstRequest request,
HstResponse response)
|
void |
GenericPortletPrefsEditor.doBeforeRender(HstRequest request,
HstResponse response)
|
Uses of HstResponse in org.hippoecm.hst.component.support.spring |
---|
Methods in org.hippoecm.hst.component.support.spring with parameters of type HstResponse | |
---|---|
void |
SpringBridgeHstComponent.doAction(HstRequest request,
HstResponse response)
|
void |
SpringBridgeHstComponent.doBeforeRender(HstRequest request,
HstResponse response)
|
void |
SpringBridgeHstComponent.doBeforeServeResource(HstRequest request,
HstResponse response)
|
Uses of HstResponse in org.hippoecm.hst.core.component |
---|
Classes in org.hippoecm.hst.core.component that implement HstResponse | |
---|---|
class |
HstResourceResponseImpl
Factory implementation for creating HTTP Response Wrappers for resource response |
class |
HstResponseImpl
Factory implementation for creating HTTP Response Wrappers |
Fields in org.hippoecm.hst.core.component declared as HstResponse | |
---|---|
protected HstResponse |
HstResponseImpl.topParentHstResponse
|
Methods in org.hippoecm.hst.core.component with parameters of type HstResponse | |
---|---|
void |
HstComponent.doAction(HstRequest request,
HstResponse response)
Allows the component to process actions |
void |
GenericHstComponent.doAction(HstRequest request,
HstResponse response)
|
void |
HstComponent.doBeforeRender(HstRequest request,
HstResponse response)
Allows the component to do some business logic processing before rendering |
void |
GenericHstComponent.doBeforeRender(HstRequest request,
HstResponse response)
|
void |
HstComponent.doBeforeServeResource(HstRequest request,
HstResponse response)
Allows the component to do some business logic processing before serving resource |
void |
GenericHstComponent.doBeforeServeResource(HstRequest request,
HstResponse response)
|
Constructors in org.hippoecm.hst.core.component with parameters of type HstResponse | |
---|---|
HstResponseImpl(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
HstRequestContext requestContext,
HstComponentWindow componentWindow,
HstResponseState responseState,
HstResponse topParentHstResponse)
|
Uses of HstResponse in org.hippoecm.hst.core.container |
---|
Methods in org.hippoecm.hst.core.container with parameters of type HstResponse | |
---|---|
protected void |
AggregationValve.createHstRequestResponseForWindows(HstComponentWindow window,
HstComponentWindow rootRenderingWindow,
HstRequestContext requestContext,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap,
HstResponse topComponentHstResponse,
boolean isComponentWindowRendered)
|
protected PageErrorHandler.Status |
AbstractValve.handleComponentExceptions(PageErrors pageErrors,
HstContainerConfig requestContainerConfig,
HstComponentWindow window,
HstRequest hstRequest,
HstResponse hstResponse)
|
PageErrorHandler.Status |
DefaultPageErrorHandler.handleComponentExceptions(PageErrors pageErrors,
HstRequest hstRequest,
HstResponse hstResponse)
|
PageErrorHandler.Status |
PageErrorHandler.handleComponentExceptions(PageErrors pageErrors,
HstRequest hstRequest,
HstResponse hstResponse)
Handles the exceptions generated by page or components. |
Method parameters in org.hippoecm.hst.core.container with type arguments of type HstResponse | |
---|---|
protected void |
AggregationValve.createHstRequestResponseForWindows(HstComponentWindow window,
HstComponentWindow rootRenderingWindow,
HstRequestContext requestContext,
javax.servlet.ServletRequest servletRequest,
javax.servlet.ServletResponse servletResponse,
Map<HstComponentWindow,HstRequest> requestMap,
Map<HstComponentWindow,HstResponse> responseMap,
HstResponse topComponentHstResponse,
boolean isComponentWindowRendered)
|
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)
|
Uses of HstResponse in org.hippoecm.hst.mock.core.component |
---|
Classes in org.hippoecm.hst.mock.core.component that implement HstResponse | |
---|---|
class |
MockHstResponse
MockHstResponse |
Uses of HstResponse in org.hippoecm.hst.pagecomposer.builtin.components |
---|
Methods in org.hippoecm.hst.pagecomposer.builtin.components with parameters of type HstResponse | |
---|---|
void |
StandardContainerComponent.doBeforeRender(HstRequest request,
HstResponse response)
|
Uses of HstResponse in org.hippoecm.hst.tag |
---|
Methods in org.hippoecm.hst.tag with parameters of type HstResponse | |
---|---|
protected int |
HstTagSupport.doEndTag(HstRequest hstRequest,
HstResponse hstResponse)
A doEndTag hook for derived classes with HstRequest and HstResponse parameters that are never null. |
Uses of HstResponse in org.hippoecm.hst.util |
---|
Methods in org.hippoecm.hst.util that return HstResponse | |
---|---|
static HstResponse |
HstRequestUtils.getHstResponse(javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse)
Returns HstResponse object found in the servletRequest or servletResponse. |
Methods in org.hippoecm.hst.util with parameters of type HstResponse | |
---|---|
static void |
HstResponseUtils.sendRedirect(HstRequest request,
HstResponse response,
String path)
Facility method for sending a redirect to a sitemap path. |
static void |
HstResponseUtils.sendRedirect(HstRequest request,
HstResponse response,
String path,
Map<String,String[]> queryParams)
Facility method for sending a 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 redirect to a sitemap path. |
static void |
HstResponseUtils.sendRedirectOrForward(HstRequest request,
HstResponse response,
String path)
Facility method for sending a redirect if available or forwarding otherwise to a SiteMapItemId. |
static void |
HstResponseUtils.sendRedirectOrForward(HstRequest request,
HstResponse response,
String path,
Map<String,String[]> queryParams)
Facility method for sending a redirect if available or forwarding otherwise to a SiteMapItemId. |
static void |
HstResponseUtils.sendRedirectOrForward(HstRequest request,
HstResponse response,
String path,
Map<String,String[]> queryParams,
String characterEncoding)
Facility method for sending a redirect if available or forwarding otherwise to a SiteMapItemId. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |