org.apache.webbeans.decorator
Class WebBeansDecoratorInterceptor

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

@Interceptor
public class WebBeansDecoratorInterceptor
extends Object


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

Constructor Detail

WebBeansDecoratorInterceptor

public WebBeansDecoratorInterceptor(DelegateHandler delegate,
                                    Object instance)
Method Detail

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-2012 The Apache Software Foundation. All Rights Reserved.