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 PreProcessInterceptor
ContainerRequestFilterRegistry.ContainerRequestFilterFacade. interceptor
Methods in org.jboss.resteasy.core.interception with parameters of type PreProcessInterceptor Modifier and Type Method Description void
ContainerRequestFilterRegistry. registerLegacy(PreProcessInterceptor interceptor)
Method parameters in org.jboss.resteasy.core.interception with type arguments of type PreProcessInterceptor Modifier and Type Method Description void
ContainerRequestFilterRegistry. registerLegacy(java.lang.Class<? extends PreProcessInterceptor> decl)
Constructors in org.jboss.resteasy.core.interception with parameters of type PreProcessInterceptor Constructor Description ContainerRequestFilterFacade(PreProcessInterceptor interceptor)
-