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

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


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

Packages that use Interceptor
org.jboss.seam   
org.jboss.seam.intercept   
 

Uses of Interceptor in org.jboss.seam
 

Methods in org.jboss.seam that return types with arguments of type Interceptor
 List<Interceptor> Component.getClientSideInterceptors()
          For use with Seam debug page.
 List<Interceptor> Component.getInterceptors(InterceptorType type)
           
 List<Interceptor> Component.getServerSideInterceptors()
          For use with Seam debug page.
 

Methods in org.jboss.seam with parameters of type Interceptor
 void Component.addInterceptor(Interceptor interceptor)
           
 

Uses of Interceptor in org.jboss.seam.intercept
 

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