Class JaxrsInterceptorRegistry.SingletonInterceptorFactory
- java.lang.Object
-
- org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
-
- org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.SingletonInterceptorFactory
-
- All Implemented Interfaces:
JaxrsInterceptorRegistry.InterceptorFactory
- Enclosing class:
- JaxrsInterceptorRegistry<T>
protected class JaxrsInterceptorRegistry.SingletonInterceptorFactory 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 SingletonInterceptorFactory(java.lang.Class declaring, java.lang.Object interceptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
getInterceptor()
protected void
initialize()
-
Methods inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
checkInitialize, createInterceptor, postMatch, preMatch, setIgnorePrematch, setOrder, setPrecedence
-
-
-
-
Method Detail
-
initialize
protected void initialize()
- Specified by:
initialize
in classJaxrsInterceptorRegistry.AbstractInterceptorFactory
-
getInterceptor
protected java.lang.Object getInterceptor()
- Specified by:
getInterceptor
in classJaxrsInterceptorRegistry.AbstractInterceptorFactory
-
-