站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.6 API 英文版文档

EE5SeamInvocationContext (JBoss Seam API Documentation) - JBoss Seam 1.1.6 API 英文版文档


org.jboss.seam.intercept
Class EE5SeamInvocationContext

java.lang.Object
  extended by org.jboss.seam.intercept.SeamInvocationContext
      extended by org.jboss.seam.intercept.EE5SeamInvocationContext
All Implemented Interfaces:
InvocationContext

public class EE5SeamInvocationContext
extends SeamInvocationContext
implements javax.interceptor.InvocationContext


Constructor Summary
EE5SeamInvocationContext(InvocationContext context, EventType type, List<Object> userInterceptors, List<Interceptor> interceptors)
           
 
Method Summary
 
Methods inherited from class org.jboss.seam.intercept.SeamInvocationContext
getContextData, getMethod, getParameters, getTarget, proceed, setParameters
 
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
 

Constructor Detail

EE5SeamInvocationContext

public EE5SeamInvocationContext(InvocationContext context,
                                EventType type,
                                List<Object> userInterceptors,
                                List<Interceptor> interceptors)