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 InvocationContext
public Method getMethod()
getMethod
in interface InvocationContext
public Object[] getParameters()
getParameters
in interface InvocationContext
public Object getTarget()
getTarget
in interface InvocationContext
public Object proceed() throws Exception
proceed
in interface InvocationContext
Exception
public void setParameters(Object[] params)
setParameters
in interface InvocationContext
public Object getTimer()
getTimer
in interface InvocationContext
public Constructor<?> getConstructor()
getConstructor
in interface InvocationContext
Copyright © 2013 Seam Framework. All Rights Reserved.