Uses of Interface
org.jboss.resteasy.spi.interception.PreProcessInterceptor

Packages that use PreProcessInterceptor
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.spi   
 

Uses of PreProcessInterceptor in org.jboss.resteasy.core
 

Fields in org.jboss.resteasy.core declared as PreProcessInterceptor
protected  PreProcessInterceptor[] ResourceMethod.preProcessInterceptors
           
 

Methods in org.jboss.resteasy.core that return types with arguments of type PreProcessInterceptor
 InterceptorRegistry<PreProcessInterceptor> ThreadLocalResteasyProviderFactory.getServerPreProcessInterceptorRegistry()
           
 

Uses of PreProcessInterceptor in org.jboss.resteasy.plugins.cache.server
 

Classes in org.jboss.resteasy.plugins.cache.server that implement PreProcessInterceptor
 class ServerCacheHitInterceptor
           
 

Uses of PreProcessInterceptor in org.jboss.resteasy.plugins.interceptors
 

Classes in org.jboss.resteasy.plugins.interceptors that implement PreProcessInterceptor
 class SecurityInterceptor
           
 

Uses of PreProcessInterceptor in org.jboss.resteasy.spi
 

Fields in org.jboss.resteasy.spi with type parameters of type PreProcessInterceptor
protected  InterceptorRegistry<PreProcessInterceptor> ResteasyProviderFactory.serverPreProcessInterceptorRegistry
           
 

Methods in org.jboss.resteasy.spi that return types with arguments of type PreProcessInterceptor
 InterceptorRegistry<PreProcessInterceptor> ResteasyProviderFactory.getServerPreProcessInterceptorRegistry()
           
 



Copyright © 2011. All Rights Reserved.