Class InterceptorRegistry.AbstractInterceptorFactory
- java.lang.Object
-
- org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
-
- All Implemented Interfaces:
InterceptorRegistry.InterceptorFactory
- Direct Known Subclasses:
InterceptorRegistry.PerMethodInterceptorFactory
,InterceptorRegistry.SingletonInterceptorFactory
- Enclosing class:
- InterceptorRegistry<T>
protected abstract class InterceptorRegistry.AbstractInterceptorFactory extends java.lang.Object implements InterceptorRegistry.InterceptorFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected int
order
protected java.lang.String
precedence
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractInterceptorFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Object
binding(java.lang.Class declaring, java.lang.reflect.AccessibleObject target, java.lang.Object inter)
int
getOrder()
java.lang.String
getPrecedence()
protected void
setPrecedence(java.lang.Class<?> clazz)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.resteasy.core.interception.InterceptorRegistry.InterceptorFactory
postMatch, preMatch
-
-
-
-
Method Detail
-
setPrecedence
protected void setPrecedence(java.lang.Class<?> clazz)
-
getPrecedence
public java.lang.String getPrecedence()
-
getOrder
public int getOrder()
- Specified by:
getOrder
in interfaceInterceptorRegistry.InterceptorFactory
-
binding
protected java.lang.Object binding(java.lang.Class declaring, java.lang.reflect.AccessibleObject target, java.lang.Object inter)
-
-