Uses of Interface
org.hippoecm.hst.core.request.ParameterConfiguration
-
Packages that use ParameterConfiguration Package Description org.hippoecm.hst.core.component The org.hippoecm.hst.core.component package defines the API for the HST Core Componentorg.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request -
-
Uses of ParameterConfiguration in org.hippoecm.hst.core.component
Methods in org.hippoecm.hst.core.component with parameters of type ParameterConfiguration Modifier and Type Method Description default Object
HstParameterValueConverter. convert(String parameterName, String parameterValue, ParameterConfiguration parameterConfiguration, Class<?> returnType)
<T> T
HstParameterInfoProxyFactory. createParameterInfoProxy(ParametersInfo parametersInfo, ParameterConfiguration parameterConfiguration, javax.servlet.http.HttpServletRequest request, HstParameterValueConverter converter)
Returns a proxy instance of the interface T. -
Uses of ParameterConfiguration in org.hippoecm.hst.core.request
Subinterfaces of ParameterConfiguration in org.hippoecm.hst.core.request Modifier and Type Interface Description interface
ComponentConfiguration
AComponentConfiguration
provides some configuration information to a component.
-