Class JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory
java.lang.Object
JaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
JaxrsInterceptorRegistry<T>.AbstractLegacyInterceptorFactory
org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory
- All Implemented Interfaces:
JaxrsInterceptorRegistry.InterceptorFactory
- Enclosing class:
- JaxrsInterceptorRegistry<T>
protected class JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory
extends JaxrsInterceptorRegistry<T>.AbstractLegacyInterceptorFactory
-
Field Summary
FieldsFields inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
precedence
Fields inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
declaring, ignorePrematch, initialized, nameBound, order
-
Constructor Summary
ConstructorsConstructorDescriptionLegacySingletonInterceptorFactory
(Class declaring, Object interceptor, LegacyPrecedence precedence) -
Method Summary
Methods inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
getLegacyMatch, preMatch, setPrecedence
Methods inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
checkInitialize, createInterceptor, postMatch, setIgnorePrematch, setOrder
-
Field Details
-
interceptor
-
-
Constructor Details
-
LegacySingletonInterceptorFactory
public LegacySingletonInterceptorFactory(Class declaring, Object interceptor, LegacyPrecedence precedence)
-
-
Method Details
-
initialize
protected void initialize()- Specified by:
initialize
in classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-
getInterceptor
- Specified by:
getInterceptor
in classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-