|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentConfiguration | |
---|---|
org.hippoecm.hst.component.support | |
org.hippoecm.hst.component.support.bean | |
org.hippoecm.hst.component.support.spring | |
org.hippoecm.hst.core.component | The org.hippoecm.hst.core.component package defines the API for the HST Core Component |
org.hippoecm.hst.mock.core.request | |
org.hippoecm.hst.site.request | |
org.hippoecm.hst.utils |
Uses of ComponentConfiguration in org.hippoecm.hst.component.support |
---|
Methods in org.hippoecm.hst.component.support with parameters of type ComponentConfiguration | |
---|---|
void |
SimpleDispatcherHstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
|
Uses of ComponentConfiguration in org.hippoecm.hst.component.support.bean |
---|
Methods in org.hippoecm.hst.component.support.bean with parameters of type ComponentConfiguration | |
---|---|
void |
BaseHstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
|
Uses of ComponentConfiguration in org.hippoecm.hst.component.support.spring |
---|
Methods in org.hippoecm.hst.component.support.spring with parameters of type ComponentConfiguration | |
---|---|
void |
SpringBridgeHstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
|
Uses of ComponentConfiguration in org.hippoecm.hst.core.component |
---|
Methods in org.hippoecm.hst.core.component that return ComponentConfiguration | |
---|---|
protected ComponentConfiguration |
GenericHstComponent.getComponentConfiguration()
|
Methods in org.hippoecm.hst.core.component with parameters of type ComponentConfiguration | ||
---|---|---|
protected InvocationHandler |
HstParameterInfoProxyFactoryImpl.createHstParameterInfoInvocationHandler(ComponentConfiguration componentConfig,
HstRequest request)
Override this method if a custom parameterInfoHandler is needed |
|
|
HstParameterInfoProxyFactoryImpl.createParameterInfoProxy(ParametersInfo parametersInfo,
ComponentConfiguration componentConfig,
HstRequest request)
|
|
|
HstParameterInfoProxyFactory.createParameterInfoProxy(ParametersInfo parametersInfo,
ComponentConfiguration componentConfig,
HstRequest request)
Returns a proxy instance of the interface T. |
|
String |
HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler.getParameterValue(String parameterName,
ComponentConfiguration config,
HstRequest req)
|
|
void |
HstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
Allows the component to initialize itself |
|
void |
GenericHstComponent.init(javax.servlet.ServletContext servletContext,
ComponentConfiguration componentConfig)
|
Constructors in org.hippoecm.hst.core.component with parameters of type ComponentConfiguration | |
---|---|
HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler(ComponentConfiguration componentConfig,
HstRequest request)
|
Uses of ComponentConfiguration in org.hippoecm.hst.mock.core.request |
---|
Classes in org.hippoecm.hst.mock.core.request that implement ComponentConfiguration | |
---|---|
class |
MockComponentConfiguration
Mock implementation of {@link org.hippoecm.hst.core.request.ComponentConfiguration for testing purposes. |
Uses of ComponentConfiguration in org.hippoecm.hst.site.request |
---|
Classes in org.hippoecm.hst.site.request that implement ComponentConfiguration | |
---|---|
class |
ComponentConfigurationImpl
ComponentConfigurationImpl |
Uses of ComponentConfiguration in org.hippoecm.hst.utils |
---|
Methods in org.hippoecm.hst.utils with parameters of type ComponentConfiguration | ||
---|---|---|
static
|
ParameterUtils.getParametersInfo(HstComponent component,
ComponentConfiguration componentConfig,
HstRequest request)
Returns a proxy ParametersInfo object for the component class which resolves parameter from HstComponentConfiguration : resolved means that possible property placeholders like ${1} or ${year}, where the first refers to the first wildcard matcher in a resolved sitemap item, and the latter to a resolved parameter in the resolved HstSiteMapItem NOTE: Because the returned ParametersInfo proxy instance is bound to the current request, you MUST NOT store the returned object in a member variable or session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |