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

Uses of Class org.jboss.seam.intercept.EventType (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


Uses of Class
org.jboss.seam.intercept.EventType

Packages that use EventType
org.jboss.seam.intercept   
 

Uses of EventType in org.jboss.seam.intercept
 

Methods in org.jboss.seam.intercept that return EventType
static EventType EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventType[] EventType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.jboss.seam.intercept with parameters of type EventType
protected  Object RootInterceptor.invoke(InvocationContext invocation, EventType invocationType)
           
protected  void RootInterceptor.invokeAndHandle(InvocationContext invocation, EventType invocationType)
           
 

Constructors in org.jboss.seam.intercept with parameters of type EventType
EE5SeamInvocationContext(InvocationContext context, EventType type, List<Object> userInterceptors, List<Interceptor> interceptors)
           
SeamInvocationContext(InvocationContext context, EventType type, List<Object> userInterceptors, List<Interceptor> interceptors)