public abstract class AbstractInterceptor extends Object
| Constructor and Description |
|---|
AbstractInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkConstructor(javax.interceptor.InvocationContext ctx,
Class<?> expectedDeclaringClass) |
static boolean |
isInvoked() |
static void |
reset() |
static void |
setInvoked() |
public static boolean isInvoked()
public static void reset()
public static void setInvoked()
protected void checkConstructor(javax.interceptor.InvocationContext ctx,
Class<?> expectedDeclaringClass)
Copyright © 2008-2015 Seam Framework. All Rights Reserved.