org.jboss.cdi.tck.tests.definition.stereotype.interceptor.enterprise
Class AlphaInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.definition.stereotype.interceptor.enterprise.AlphaInterceptor

@AlphaBinding
@Interceptor
public class AlphaInterceptor
extends Object


Field Summary
static boolean intercepted
           
 
Constructor Summary
AlphaInterceptor()
           
 
Method Summary
 Object intercept(javax.interceptor.InvocationContext ctx)
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

intercepted

public static boolean intercepted
Constructor Detail

AlphaInterceptor

public AlphaInterceptor()
Method Detail

intercept

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

reset

public static void reset()


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