public class LifecycleInterceptorInvocationContext<T> extends Object implements InvocationContext
| Constructor and Description |
|---|
LifecycleInterceptorInvocationContext(T target,
InterceptionType type,
List<Interceptor<?>> interceptors,
Map<Interceptor<?>,?> instances,
List<AnnotatedMethod<?>> lifecycleMethods) |
| Modifier and Type | Method and Description |
|---|---|
Constructor |
getConstructor() |
Map<String,Object> |
getContextData() |
Method |
getMethod() |
Object[] |
getParameters() |
T |
getTarget() |
Object |
getTimer() |
Object |
proceed() |
void |
setContextData(Map<String,Object> contextData) |
void |
setParameters(Object[] parameters) |
public LifecycleInterceptorInvocationContext(T target, InterceptionType type, List<Interceptor<?>> interceptors, Map<Interceptor<?>,?> instances, List<AnnotatedMethod<?>> lifecycleMethods)
public T getTarget()
getTarget in interface InvocationContextpublic Map<String,Object> getContextData()
getContextData in interface InvocationContextpublic Object proceed() throws Exception
proceed in interface InvocationContextExceptionpublic Method getMethod()
getMethod in interface InvocationContextpublic Object[] getParameters()
getParameters in interface InvocationContextpublic void setParameters(Object[] parameters)
setParameters in interface InvocationContextpublic Object getTimer()
getTimer in interface InvocationContextpublic Constructor getConstructor()
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.