当前页面:
在线文档首页 >
JBoss Seam 1.1.0 API 英文版文档
EE5SeamInvocationContext (JBoss Seam API Documentation) - JBoss Seam 1.1.0 API 英文版文档
org.jboss.seam.intercept
Class EE5SeamInvocationContext
java.lang.Object
org.jboss.seam.intercept.SeamInvocationContext
org.jboss.seam.intercept.EE5SeamInvocationContext
- All Implemented Interfaces:
- InvocationContext
public class EE5SeamInvocationContext
- extends SeamInvocationContext
- implements javax.interceptor.InvocationContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.interceptor.InvocationContext |
getContextData, getMethod, getParameters, getTarget, proceed, setParameters |
EE5SeamInvocationContext
public EE5SeamInvocationContext(InvocationContext context,
EventType type,
List<Object> userInterceptors,
List<Interceptor> interceptors)