Package | Description |
---|---|
org.hippoecm.hst.core.component |
The org.hippoecm.hst.core.component package defines the API for the HST Core Component
|
Modifier and Type | Method and Description |
---|---|
ComponentConfiguration |
GenericHstComponent.getComponentConfiguration() |
default ComponentConfiguration |
HstComponent.getComponentConfiguration()
Returns the ComponentConfiguration for this component or
null
if not implemented by a subclass |
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.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig) |
void |
HstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
Allows the component to initialize itself
|
Copyright © 2008–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.