protected static class HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler extends Object implements InvocationHandler
Constructor and Description |
---|
ParameterInfoInvocationHandler(ComponentConfiguration componentConfig,
HstRequest request,
HstParameterValueConverter converter,
Class<?> parametersInfoType) |
Modifier and Type | Method and Description |
---|---|
protected String |
getPrefixedParameterName(String parameterName,
ComponentConfiguration config,
HstRequest req)
This method can be overridden by subclasses of the
HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler to return
a prefixed value |
Object |
invoke(Object object,
Method method,
Object[] args) |
public ParameterInfoInvocationHandler(ComponentConfiguration componentConfig, HstRequest request, HstParameterValueConverter converter, Class<?> parametersInfoType)
public Object invoke(Object object, Method method, Object[] args) throws Throwable
invoke
in interface InvocationHandler
Throwable
protected String getPrefixedParameterName(String parameterName, ComponentConfiguration config, HstRequest req)
HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler
to return
a prefixed valueparameterName
- the parameterName
that can be prefixedconfig
- the ComponentConfiguration
req
- the HstRequest
parameterName
possibly prefixed by some valueCopyright © 2008–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.