Uses of Interface
org.hippoecm.hst.core.component.HstParameterInfoProxyFactory
-
Packages that use HstParameterInfoProxyFactory Package Description org.hippoecm.hst.core.internal The org.hippoecm.hst.core.internal package defines INTERNAL USAGE ONLY API for the HST Containerorg.hippoecm.hst.core.request The org.hippoecm.hst.core.request package defines the API for the HST Core Request -
-
Uses of HstParameterInfoProxyFactory in org.hippoecm.hst.core.internal
Methods in org.hippoecm.hst.core.internal with parameters of type HstParameterInfoProxyFactory Modifier and Type Method Description void
HstMutableRequestContext. setParameterInfoProxyFactory(HstParameterInfoProxyFactory parameterInfoProxyFactory)
-
Uses of HstParameterInfoProxyFactory in org.hippoecm.hst.core.request
Methods in org.hippoecm.hst.core.request that return HstParameterInfoProxyFactory Modifier and Type Method Description HstParameterInfoProxyFactory
HstRequestContext. getParameterInfoProxyFactory()
Expert: ReturnsHstParameterInfoProxyFactory
to create a proxy for an interface that is referred to by aParametersInfo
annotation on aHstComponent
annotated interface getters
-