org.jboss.weld.bean.proxy
Class CombinedInterceptorAndDecoratorStackMethodHandler
java.lang.Object
org.jboss.weld.bean.proxy.CombinedInterceptorAndDecoratorStackMethodHandler
- All Implemented Interfaces:
- Serializable, javassist.util.proxy.MethodHandler
public class CombinedInterceptorAndDecoratorStackMethodHandler
- extends Object
- implements javassist.util.proxy.MethodHandler, Serializable
A method handler that wraps the invocation of interceptors and decorators.
- Author:
- Marius Bogoevici
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CombinedInterceptorAndDecoratorStackMethodHandler
public CombinedInterceptorAndDecoratorStackMethodHandler()
setInterceptorMethodHandler
public void setInterceptorMethodHandler(javassist.util.proxy.MethodHandler interceptorMethodHandler)
setOuterDecorator
public void setOuterDecorator(Object outerDecorator)
invoke
public Object invoke(Object self,
Method thisMethod,
Method proceed,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface javassist.util.proxy.MethodHandler
- Throws:
Throwable
isDisabledHandler
public boolean isDisabledHandler()
Copyright © 2013 Seam Framework. All Rights Reserved.