Liferay 6.2.0-ce-m5

com.liferay.portal.security.pacl
Class PACLInvocationHandler

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

public class PACLInvocationHandler
extends Object
implements InvocationHandler


Constructor Summary
PACLInvocationHandler(InvocationHandler invocationHandler)
           
PACLInvocationHandler(InvocationHandler invocationHandler, org.springframework.aop.framework.AdvisedSupport advisedSupport)
           
 
Method Summary
protected  Object doInvoke(Object proxy, Method method, Object[] arguments)
           
 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

PACLInvocationHandler

public PACLInvocationHandler(InvocationHandler invocationHandler)

PACLInvocationHandler

public PACLInvocationHandler(InvocationHandler invocationHandler,
                             org.springframework.aop.framework.AdvisedSupport advisedSupport)
Method Detail

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

Liferay 6.2.0-ce-m5