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
|
org.hippoecm.hst.core.sitemenu |
The org.hippoecm.hst.core.sitemenu package defines the API for the HST Core SiteMenu
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentWindowAttributeContributor.contributeEpilogue(HstComponentWindow window,
HstRequest request,
Map<String,String> populatingAttributesMap)
Populate an attributes map to be used as a preamble comment for the given component.
|
void |
ComponentWindowAttributeContributor.contributePreamble(HstComponentWindow window,
HstRequest request,
Map<String,String> populatingAttributesMap)
Uses the given window and request to compute the attributes that should be contributed to the given attribute
map.
|
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 |
---|---|
<T> T |
HstParameterInfoProxyFactory.createParameterInfoProxy(org.hippoecm.hst.core.parameters.ParametersInfo parametersInfo,
ComponentConfiguration componentConfig,
HstRequest request,
HstParameterValueConverter converter)
Returns a proxy instance of the interface T.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ResolvedSiteMapItem |
CommonMenuItem.resolveToSiteMapItem(HstRequest request)
Deprecated.
Not used since CMS 11.0 (HST 4.0.0). Use @{link #resolveToSiteMapItem()}.
|
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.