com.liferay.portal.security.pacl
Class PACLBeanHandler
java.lang.Object
com.liferay.portal.security.pacl.PACLBeanHandler
- All Implemented Interfaces:
- InvocationHandler
- Direct Known Subclasses:
- VelocityBeanHandler
public class PACLBeanHandler
- extends Object
- implements InvocationHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PACLBeanHandler
public PACLBeanHandler(Object bean)
getBean
public Object getBean()
invoke
public Object invoke(Object proxy,
Method method,
Object[] arguments)
throws Throwable
- Specified by:
invoke in interface InvocationHandler
- Throws:
Throwable
doInvoke
protected Object doInvoke(Object proxy,
Method method,
Object[] arguments)
throws Throwable
- Throws:
Throwable