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