Class JaxrsInterceptorRegistry.LegacySingletonInterceptorFactory
java.lang.Object
JaxrsInterceptorRegistry<T>.org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
JaxrsInterceptorRegistry<T>.org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.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
- Version:
- $Revision: 1 $
-
Field Summary
FieldsFields inherited from class JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
precedenceFields inherited from class JaxrsInterceptorRegistry.AbstractInterceptorFactory
declaring, ignorePrematch, initialized, nameBound, order -
Constructor Summary
ConstructorsConstructorDescriptionLegacySingletonInterceptorFactory(Class declaring, Object interceptor, LegacyPrecedence precedence) -
Method Summary
Methods inherited from class JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
getLegacyMatch, preMatch, setPrecedenceMethods inherited from class 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:
initializein classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-
getInterceptor
- Specified by:
getInterceptorin classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-