public class InterceptorInvocationContext extends Object implements InvocationContext
| Constructor and Description |
|---|
InterceptorInvocationContext(InterceptionChain interceptionChain,
Constructor<?> constructor,
Object[] parameters,
Map<String,Object> contextData) |
InterceptorInvocationContext(InterceptionChain interceptionChain,
Object target,
Method targetMethod,
Object timer) |
InterceptorInvocationContext(InterceptionChain interceptionChain,
Object target,
Method targetMethod,
Object[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
Constructor<?> |
getConstructor() |
Map<String,Object> |
getContextData() |
Method |
getMethod() |
Object[] |
getParameters() |
Object |
getTarget() |
Object |
getTimer() |
Object |
proceed() |
void |
setParameters(Object[] params) |
public InterceptorInvocationContext(InterceptionChain interceptionChain, Object target, Method targetMethod, Object[] parameters)
public InterceptorInvocationContext(InterceptionChain interceptionChain, Object target, Method targetMethod, Object timer)
public InterceptorInvocationContext(InterceptionChain interceptionChain, Constructor<?> constructor, Object[] parameters, Map<String,Object> contextData)
public Map<String,Object> getContextData()
getContextData in interface InvocationContextpublic Method getMethod()
getMethod in interface InvocationContextpublic Object[] getParameters()
getParameters in interface InvocationContextpublic Object getTarget()
getTarget in interface InvocationContextpublic Object proceed() throws Exception
proceed in interface InvocationContextExceptionpublic void setParameters(Object[] params)
setParameters in interface InvocationContextpublic Object getTimer()
getTimer in interface InvocationContextpublic Constructor<?> getConstructor()
getConstructor in interface InvocationContextCopyright © 2014 Seam Framework. All Rights Reserved.