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 Component
|
org.hippoecm.hst.core.container |
The org.hippoecm.hst.core.container package defines the API for the HST Core Container
|
Modifier and Type | Method and 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 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
|
default void |
HstComponent.prepareBeforeRender(HstRequest request,
HstResponse response)
This method is invoked before
HstComponent.doBeforeRender(HstRequest, HstResponse) method to give an HstComponent
a chance to prepare any business service invocation(s). |
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.
|
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.