protected static class HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler extends Object implements InvocationHandler
| Constructor and Description |
|---|
HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler(ComponentConfiguration componentConfig,
HstRequest request,
HstParameterValueConverter converter) |
| 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 HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler(ComponentConfiguration componentConfig, HstRequest request, HstParameterValueConverter converter)
public Object invoke(Object object, Method method, Object[] args) throws Throwable
invoke in interface InvocationHandlerThrowableprotected String getPrefixedParameterName(String parameterName, ComponentConfiguration config, HstRequest req)
HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler to return
a prefixed valueparameterName - the parameterName that can be prefixedconfig - the ComponentConfigurationreq - the HstRequestparameterName possibly prefixed by some valueCopyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.