org.hippoecm.hst.core.component
Class HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler

java.lang.Object
  extended by org.hippoecm.hst.core.component.HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler
All Implemented Interfaces:
InvocationHandler
Enclosing class:
HstParameterInfoProxyFactoryImpl

protected static class HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler(ComponentConfiguration componentConfig, HstRequest request)
           
 
Method Summary
 String getParameterValue(String parameterName, ComponentConfiguration config, HstRequest req)
           
 Object invoke(Object object, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler

public HstParameterInfoProxyFactoryImpl.ParameterInfoInvocationHandler(ComponentConfiguration componentConfig,
                                                                       HstRequest request)
Method Detail

invoke

public Object invoke(Object object,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable

getParameterValue

public String getParameterValue(String parameterName,
                                ComponentConfiguration config,
                                HstRequest req)


Copyright © 2008-2012 Hippo. All Rights Reserved.