public class SheepInterceptor extends Object
| Constructor and Description |
|---|
SheepInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
Object |
aroundInvoke(javax.interceptor.InvocationContext ctx) |
static boolean |
isAroundInvokeCalled() |
static boolean |
isPostConstructCalled() |
void |
postConstruct() |
@PostConstruct public void postConstruct()
public Object aroundInvoke(javax.interceptor.InvocationContext ctx) throws Exception
Exceptionpublic static boolean isPostConstructCalled()
public static boolean isAroundInvokeCalled()
Copyright © 2008-2015 Seam Framework. All Rights Reserved.