Uses of Interface
org.jboss.resteasy.spi.interception.PreProcessInterceptor
Packages that use PreProcessInterceptor
-
Uses of PreProcessInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as PreProcessInterceptorModifier and TypeFieldDescriptionprotected final PreProcessInterceptor
ContainerRequestFilterRegistry.ContainerRequestFilterFacade.interceptor
Methods in org.jboss.resteasy.core.interception with parameters of type PreProcessInterceptorModifier and TypeMethodDescriptionvoid
ContainerRequestFilterRegistry.registerLegacy
(PreProcessInterceptor interceptor) Method parameters in org.jboss.resteasy.core.interception with type arguments of type PreProcessInterceptorModifier and TypeMethodDescriptionvoid
ContainerRequestFilterRegistry.registerLegacy
(Class<? extends PreProcessInterceptor> decl) Constructors in org.jboss.resteasy.core.interception with parameters of type PreProcessInterceptorModifierConstructorDescriptionprivate
ContainerRequestFilterFacade
(PreProcessInterceptor interceptor)