@Interceptor public class LifecycleInterceptor extends Object
| Constructor and Description |
|---|
LifecycleInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isPostConstructCalled() |
static boolean |
isPreDestroyCalled() |
void |
postConstruct(javax.interceptor.InvocationContext ctx) |
void |
preDestroy(javax.interceptor.InvocationContext ctx) |
@PreDestroy public void preDestroy(javax.interceptor.InvocationContext ctx)
@PostConstruct public void postConstruct(javax.interceptor.InvocationContext ctx)
public static boolean isPostConstructCalled()
public static boolean isPreDestroyCalled()
Copyright © 2008-2013 Seam Framework. All Rights Reserved.