Liferay 6.1.2-ce-ga3

com.liferay.portal.bean
Class VelocityBeanHandler

java.lang.Object
  extended by com.liferay.portal.bean.VelocityBeanHandler
All Implemented Interfaces:
InvocationHandler

public class VelocityBeanHandler
extends Object
implements InvocationHandler


Constructor Summary
VelocityBeanHandler(Object bean, ClassLoader classLoader)
           
 
Method Summary
 ClassLoader getClassLoader()
           
 Object invoke(Object proxy, Method method, Object[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityBeanHandler

public VelocityBeanHandler(Object bean,
                           ClassLoader classLoader)
Method Detail

getClassLoader

public ClassLoader getClassLoader()

invoke

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

Liferay 6.1.2-ce-ga3