Class JaxrsInterceptorRegistry.LegacyPerMethodInterceptorFactory
- java.lang.Object
-
- org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
-
- 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.AbstractLegacyInterceptorFactory
-
-
Field Summary
-
Fields 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
Constructors Constructor Description LegacyPerMethodInterceptorFactory(java.lang.Class declaring, LegacyPrecedence precedence)
-
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.AbstractLegacyInterceptorFactory
getLegacyMatch, preMatch, setPrecedence
-
Methods inherited from class org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry.AbstractInterceptorFactory
checkInitialize, createInterceptor, postMatch, setIgnorePrematch, setOrder
-
-
-
-
Constructor Detail
-
LegacyPerMethodInterceptorFactory
public LegacyPerMethodInterceptorFactory(java.lang.Class declaring, LegacyPrecedence precedence)
-
-
Method Detail
-
initialize
protected void initialize()
- Specified by:
initialize
in classJaxrsInterceptorRegistry.AbstractInterceptorFactory
-
getInterceptor
protected java.lang.Object getInterceptor()
- Specified by:
getInterceptor
in classJaxrsInterceptorRegistry.AbstractInterceptorFactory
-
-