Class JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
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.LegacyPerMethodInterceptorFactory
- All Implemented Interfaces:
JaxrsInterceptorRegistry.InterceptorFactory
- Enclosing class:
JaxrsInterceptorRegistry<T>
protected class JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
extends JaxrsInterceptorRegistry<T>.AbstractLegacyInterceptorFactory
- Version:
- $Revision: 1 $
-
Field Summary
Fields inherited from class JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
precedenceFields inherited from class JaxrsInterceptorRegistry.AbstractInterceptorFactory
declaring, ignorePrematch, initialized, nameBound, order -
Constructor Summary
ConstructorsConstructorDescriptionLegacyPerMethodInterceptorFactory(Class declaring, LegacyPrecedence precedence) -
Method Summary
Methods inherited from class JaxrsInterceptorRegistry.AbstractLegacyInterceptorFactory
getLegacyMatch, preMatch, setPrecedenceMethods inherited from class JaxrsInterceptorRegistry.AbstractInterceptorFactory
checkInitialize, createInterceptor, postMatch, setIgnorePrematch, setOrder
-
Constructor Details
-
LegacyPerMethodInterceptorFactory
-
-
Method Details
-
initialize
protected void initialize()- Specified by:
initializein classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-
getInterceptor
- Specified by:
getInterceptorin classJaxrsInterceptorRegistry<T>.AbstractInterceptorFactory
-