Uses of Interface
org.hippoecm.hst.core.request.ParameterConfiguration
Package
Description
The org.hippoecm.hst.core.component package defines the API for the HST Core Component
The org.hippoecm.hst.core.request package defines the API for the HST Core Request
-
Uses of ParameterConfiguration in org.hippoecm.hst.core.component
Modifier and TypeMethodDescriptiondefault Object
HstParameterValueConverter.convert
(String parameterName, String parameterValue, ParameterConfiguration parameterConfiguration, Class<?> returnType) <T> T
HstParameterInfoProxyFactory.createParameterInfoProxy
(ParametersInfo parametersInfo, ParameterConfiguration parameterConfiguration, jakarta.servlet.http.HttpServletRequest request, HstParameterValueConverter converter) Returns a proxy instance of the interface T. -
Uses of ParameterConfiguration in org.hippoecm.hst.core.request
Modifier and TypeInterfaceDescriptioninterface
AComponentConfiguration
provides some configuration information to a component.