@Interceptor public class FooInterceptor2 extends Object
| Constructor and Description |
|---|
FooInterceptor2() |
| Modifier and Type | Method and Description |
|---|---|
Object |
interceptMe(javax.interceptor.InvocationContext ctx) |
void |
postConstruct(javax.interceptor.InvocationContext ctx) |
void |
preDestroy(javax.interceptor.InvocationContext ctx) |
public static String NAME
public Object interceptMe(javax.interceptor.InvocationContext ctx) throws Exception
Exception@PostConstruct public void postConstruct(javax.interceptor.InvocationContext ctx)
@PreDestroy public void preDestroy(javax.interceptor.InvocationContext ctx)
Copyright © 2008-2015 Seam Framework. All Rights Reserved.