Liferay 6.2.0-ce-m1

com.liferay.portal.bean
Class VelocityBeanHandler

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

public class VelocityBeanHandler
extends PACLBeanHandler


Constructor Summary
VelocityBeanHandler(Object bean, ClassLoader classLoader)
           
 
Method Summary
 ClassLoader getClassLoader()
           
 Object invoke(Object proxy, Method method, Object[] arguments)
           
 
Methods inherited from class com.liferay.portal.security.pacl.PACLBeanHandler
doInvoke, getBean
 
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
Overrides:
invoke in class PACLBeanHandler
Throws:
Throwable

Liferay 6.2.0-ce-m1