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