org.jboss.cdi.tck.tests.interceptors.invocation
Class MissileInterceptor
java.lang.Object
org.jboss.cdi.tck.tests.interceptors.invocation.MissileInterceptor
@Interceptor
@MissileBinding
public class MissileInterceptor
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
methodIntercepted
public static boolean methodIntercepted
lifecycleCallbackIntercepted
public static boolean lifecycleCallbackIntercepted
MissileInterceptor
public MissileInterceptor()
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.