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