org.jboss.cdi.tck.tests.decorators.interceptor
Class FooInterceptor1
java.lang.Object
org.jboss.cdi.tck.tests.decorators.interceptor.FooInterceptor1
@Interceptor
public class FooInterceptor1
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static String NAME
FooInterceptor1
public FooInterceptor1()
interceptMe
public Object interceptMe(javax.interceptor.InvocationContext ctx)
throws Exception
- Throws:
Exception
postConstruct
@PostConstruct
public void postConstruct(javax.interceptor.InvocationContext ctx)
preDestroy
@PreDestroy
public void preDestroy(javax.interceptor.InvocationContext ctx)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.