Interface HstParameterInfoProxyFactory


public interface HstParameterInfoProxyFactory
HstParameterInfoProxyFactory is a factory interface for creating a proxy for an interface that is referred to by a ParametersInfo annotation. The ParametersInfo annotation is used to annotate HstComponent classes. The interface referred to by the ParametersInfo annotation is returned as proxy by the createParameterInfoProxy(ParametersInfo, ParameterConfiguration, HttpServletRequest, HstParameterValueConverter) method. The getters in the interface that are annotated with the Parameter annotation are delegated through the proxy to the backing ComponentConfiguration