Uses of Package
org.hippoecm.hst.core.component
-
Packages that use org.hippoecm.hst.core.component 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.internal The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Containerorg.hippoecm.hst.core.pagemodel.container org.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request -
Classes in org.hippoecm.hst.core.component used by org.hippoecm.hst.core.channelmanager Class Description HstRequest TheHstRequest
defines the interface to provide client request information to a HstComponent.HstResponse TheHstResponse
defines the interface to assist a HstComponent in creating and sending a response to the client. -
Classes in org.hippoecm.hst.core.component used by org.hippoecm.hst.core.component Class Description HeadElement HeadElement interface wrapping a head contribution elementHstComponent A HstComponent can be invoked by a HstComponent container during three different request lifecycle phases: ACTION, RESOURCE and RENDER.HstComponentException TheHstComponentException
class defines a general exception that a HstComponent can throw when it is unable to perform its operation successfully.HstParameterValueConversionException HstParameterValueConverter Implementations of this interface are a utility class for converting String values to some object of typeClass<?>
HstRequest TheHstRequest
defines the interface to provide client request information to a HstComponent.HstResponse TheHstResponse
defines the interface to assist a HstComponent in creating and sending a response to the client.HstURL TheHstURL
interface represents a URL that reference the HstComponent itself. -
Classes in org.hippoecm.hst.core.component used by org.hippoecm.hst.core.container Class Description HstComponent A HstComponent can be invoked by a HstComponent container during three different request lifecycle phases: ACTION, RESOURCE and RENDER.HstComponentException TheHstComponentException
class defines a general exception that a HstComponent can throw when it is unable to perform its operation successfully.HstComponentMetadata Interface that defines abstract metadata of a specific HstComponent classHstRequest TheHstRequest
defines the interface to provide client request information to a HstComponent.HstResponse TheHstResponse
defines the interface to assist a HstComponent in creating and sending a response to the client.HstResponseState Temporarily holds the current state of a HST response.HstURL TheHstURL
interface represents a URL that reference the HstComponent itself. -
Classes in org.hippoecm.hst.core.component used by org.hippoecm.hst.core.internal Class Description HstParameterInfoProxyFactory HstParameterInfoProxyFactory is a factory interface for creating a proxy for an interface that is referred to by aParametersInfo
annotation.HstURLFactory HstURL Factory interface. -
Classes in org.hippoecm.hst.core.component used by org.hippoecm.hst.core.pagemodel.container Class Description HstRequest TheHstRequest
defines the interface to provide client request information to a HstComponent.HstResponse TheHstResponse
defines the interface to assist a HstComponent in creating and sending a response to the client. -
Classes in org.hippoecm.hst.core.component used by org.hippoecm.hst.core.request Class Description HstParameterInfoProxyFactory HstParameterInfoProxyFactory is a factory interface for creating a proxy for an interface that is referred to by aParametersInfo
annotation.HstURLFactory HstURL Factory interface.