当前页面:
在线文档首页 >
JBoss Seam 1.0.1 API 英文版文档
SeamInvocationContext (JBoss Seam API Documentation) - JBoss Seam 1.0.1 API 英文版文档
org.jboss.seam.interceptors
Class SeamInvocationContext
java.lang.Object
org.jboss.seam.interceptors.SeamInvocationContext
- All Implemented Interfaces:
- javax.interceptor.InvocationContext
public class SeamInvocationContext
- extends Object
- implements javax.interceptor.InvocationContext
Adapts from EJB interception to Seam component interceptors
- Author:
- Gavin King
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeamInvocationContext
public SeamInvocationContext(javax.interceptor.InvocationContext ejbInvocationContext,
Component component)
getTarget
public Object getTarget()
- Specified by:
getTarget
in interface javax.interceptor.InvocationContext
getContextData
public Map getContextData()
- Specified by:
getContextData
in interface javax.interceptor.InvocationContext
getMethod
public Method getMethod()
- Specified by:
getMethod
in interface javax.interceptor.InvocationContext
getParameters
public Object[] getParameters()
- Specified by:
getParameters
in interface javax.interceptor.InvocationContext
proceed
public Object proceed()
throws Exception
- Specified by:
proceed
in interface javax.interceptor.InvocationContext
- Throws:
Exception
setParameters
public void setParameters(Object[] params)
- Specified by:
setParameters
in interface javax.interceptor.InvocationContext