public class InterceptionUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
POST_CONSTRUCT |
static String |
PRE_DESTROY |
Constructor and Description |
---|
InterceptionUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
executePostConstruct(Object proxy) |
static void |
executePredestroy(Object proxy) |
static Class<? extends Annotation> |
getExcludeClassInterceptorsAnnotationClass() |
static Class<? extends Annotation> |
getInterceptorsAnnotationClass() |
static boolean |
isInterceptionCandidate(Method method) |
public static final String POST_CONSTRUCT
public static final String PRE_DESTROY
public static void executePostConstruct(Object proxy)
public static void executePredestroy(Object proxy)
public static boolean isInterceptionCandidate(Method method)
method
- public static Class<? extends Annotation> getInterceptorsAnnotationClass()
public static Class<? extends Annotation> getExcludeClassInterceptorsAnnotationClass()
Copyright © 2013 Seam Framework. All rights reserved.