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

Packages that use Interceptor
org.jboss.seam The Seam component meta-model. 
 

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)