org.apache.webbeans.decorator
Class WebBeansDecoratorInterceptor
java.lang.Object
org.apache.webbeans.decorator.WebBeansDecoratorInterceptor
@Interceptor
public class WebBeansDecoratorInterceptor
- extends Object
|
Method Summary |
Object |
invokeDecorators(javax.interceptor.InvocationContext ctx)
Acts as the entry point into the Decorator stack when this Interceptor is
added to the end of the InterceptorStack. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebBeansDecoratorInterceptor
public WebBeansDecoratorInterceptor(DelegateHandler delegate,
Object instance)
invokeDecorators
public Object invokeDecorators(javax.interceptor.InvocationContext ctx)
throws Exception
- Acts as the entry point into the Decorator stack when this Interceptor is
added to the end of the InterceptorStack.
- Throws:
Exception
Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.