org.apache.webbeans.decorator
Class WebBeansDecoratorInterceptor

java.lang.Object
  extended by org.apache.webbeans.decorator.WebBeansDecoratorInterceptor

@Interceptor
public class WebBeansDecoratorInterceptor
extends java.lang.Object


Constructor Summary
WebBeansDecoratorInterceptor(DelegateHandler delegate, java.lang.Object instance)
           
 
Method Summary
 java.lang.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
 

Constructor Detail

WebBeansDecoratorInterceptor

public WebBeansDecoratorInterceptor(DelegateHandler delegate,
                                    java.lang.Object instance)
Method Detail

invokeDecorators

public java.lang.Object invokeDecorators(javax.interceptor.InvocationContext ctx)
                                  throws java.lang.Exception
Acts as the entry point into the Decorator stack when this Interceptor is added to the end of the InterceptorStack.

Throws:
java.lang.Exception


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.