Uses of Interface
org.jboss.resteasy.spi.interception.PreProcessInterceptor
-
Packages that use PreProcessInterceptor Package Description org.jboss.resteasy.core.interception -
-
Uses of PreProcessInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as PreProcessInterceptor Modifier and Type Field Description protected PreProcessInterceptorContainerRequestFilterRegistry.ContainerRequestFilterFacade. interceptorMethods in org.jboss.resteasy.core.interception with parameters of type PreProcessInterceptor Modifier and Type Method Description voidContainerRequestFilterRegistry. registerLegacy(PreProcessInterceptor interceptor)Method parameters in org.jboss.resteasy.core.interception with type arguments of type PreProcessInterceptor Modifier and Type Method Description voidContainerRequestFilterRegistry. registerLegacy(java.lang.Class<? extends PreProcessInterceptor> decl)Constructors in org.jboss.resteasy.core.interception with parameters of type PreProcessInterceptor Constructor Description ContainerRequestFilterFacade(PreProcessInterceptor interceptor)
-