Uses of Interface
org.hippoecm.hst.core.component.HstResponse
-
Packages that use HstResponse Package Description org.hippoecm.hst.core.channelmanager org.hippoecm.hst.core.component The org.hippoecm.hst.core.component package defines the API for the HST Core Componentorg.hippoecm.hst.core.container The org.hippoecm.hst.core.container package defines the API for the HST Core Containerorg.hippoecm.hst.core.pagemodel.container -
-
Uses of HstResponse in org.hippoecm.hst.core.channelmanager
Methods in org.hippoecm.hst.core.channelmanager with parameters of type HstResponse Modifier and Type Method Description 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 theresponse
below -
Uses of HstResponse in org.hippoecm.hst.core.component
Methods in org.hippoecm.hst.core.component with parameters of type HstResponse Modifier and Type Method Description void
GenericHstComponent. doAction(HstRequest request, HstResponse response)
void
HstComponent. doAction(HstRequest request, HstResponse response)
Allows the component to process actionsvoid
GenericHstComponent. doBeforeRender(HstRequest request, HstResponse response)
void
HstComponent. doBeforeRender(HstRequest request, HstResponse response)
Allows the component to do some business logic processing before renderingvoid
GenericHstComponent. doBeforeServeResource(HstRequest request, HstResponse response)
void
HstComponent. doBeforeServeResource(HstRequest request, HstResponse response)
Allows the component to do some business logic processing before serving resourcedefault void
HstComponent. prepareBeforeRender(HstRequest request, HstResponse response)
This method is invoked beforeHstComponent.doBeforeRender(HstRequest, HstResponse)
method to give an HstComponent a chance to prepare any business service invocation(s). -
Uses of HstResponse in org.hippoecm.hst.core.container
Methods in org.hippoecm.hst.core.container with parameters of type HstResponse Modifier and Type Method Description void
HeadContributable. contributeHeadElements(HstResponse rootResponse)
Contribute head elements to the givenresponse
.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. -
Uses of HstResponse in org.hippoecm.hst.core.pagemodel.container
Methods in org.hippoecm.hst.core.pagemodel.container with parameters of type HstResponse Modifier and Type Method Description void
MetadataDecorator. decorateComponentWindowMetadata(HstRequest request, HstResponse response, MetadataContributable metadataModel)
Decorate the given component window'smetadataModel
, either component window or container window.
-