org.jboss.cdi.tck.tests.interceptors.ordering.global
Class AbstractInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.ordering.global.AbstractInterceptor
Direct Known Subclasses:
GloballyEnabledInterceptor1, GloballyEnabledInterceptor2, GloballyEnabledInterceptor3, GloballyEnabledInterceptor4, GloballyEnabledInterceptor5, LegacyInterceptor1, LegacyInterceptor2, LegacyInterceptor3, WebApplicationGlobalInterceptor1

public abstract class AbstractInterceptor
extends Object


Constructor Summary
AbstractInterceptor()
           
 
Method Summary
 Object aroundInvoke(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractInterceptor

public AbstractInterceptor()
Method Detail

aroundInvoke

public Object aroundInvoke(javax.interceptor.InvocationContext ctx)
                    throws Exception
Throws:
Exception


Copyright © 2008-2013 Seam Framework. All Rights Reserved.