Class JaxrsInterceptorRegistryImpl.OnDemandInterceptorFactory
java.lang.Object
JaxrsInterceptorRegistryImpl<T>.AbstractInterceptorFactory
org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl.OnDemandInterceptorFactory
- All Implemented Interfaces:
JaxrsInterceptorRegistry.InterceptorFactory
- Enclosing class:
- JaxrsInterceptorRegistryImpl<T>
protected class JaxrsInterceptorRegistryImpl.OnDemandInterceptorFactory
extends JaxrsInterceptorRegistryImpl<T>.AbstractInterceptorFactory
-
Field Summary
Fields inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl.AbstractInterceptorFactory
declaring, ignorePrematch, initialized, nameBound, order
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jboss.resteasy.core.interception.jaxrs.JaxrsInterceptorRegistryImpl.AbstractInterceptorFactory
createInterceptor, postMatch, preMatch, setIgnorePrematch, setOrder, setPrecedence
-
Constructor Details
-
OnDemandInterceptorFactory
-
-
Method Details
-
initialize
protected void initialize()- Specified by:
initialize
in classJaxrsInterceptorRegistryImpl<T>.AbstractInterceptorFactory
-
checkInitialize
protected void checkInitialize()- Overrides:
checkInitialize
in classJaxrsInterceptorRegistryImpl<T>.AbstractInterceptorFactory
-
getInterceptor
- Specified by:
getInterceptor
in classJaxrsInterceptorRegistryImpl<T>.AbstractInterceptorFactory
-