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