Liferay 6.2.0-ce-m5

com.liferay.portal.security.pacl
Class PACLBeanHandler

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

Deprecated. As of 6.2.0

public class PACLBeanHandler
extends Object
implements InvocationHandler


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

Constructor Detail

PACLBeanHandler

public PACLBeanHandler()
Deprecated. 
Method Detail

invoke

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

Liferay 6.2.0-ce-m5