org.jboss.cdi.tck.tests.interceptors.invocation
Class MissileInterceptor

java.lang.Object
  extended by org.jboss.cdi.tck.tests.interceptors.invocation.MissileInterceptor

@Interceptor
@MissileBinding
public class MissileInterceptor
extends Object


Field Summary
static boolean lifecycleCallbackIntercepted
           
static boolean methodIntercepted
           
 
Constructor Summary
MissileInterceptor()
           
 
Method Summary
 Object alwaysReturnThis(javax.interceptor.InvocationContext ctx)
           
 void postConstruct(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

methodIntercepted

public static boolean methodIntercepted

lifecycleCallbackIntercepted

public static boolean lifecycleCallbackIntercepted
Constructor Detail

MissileInterceptor

public MissileInterceptor()
Method Detail

alwaysReturnThis

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

postConstruct

@PostConstruct
public void postConstruct(javax.interceptor.InvocationContext ctx)

reset

public static void reset()


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