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 Object
implements InterceptorRegistry.InterceptorFactory
- Version:
- $Revision: 1 $
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Objectbinding(Class declaring, AccessibleObject target, Object inter) intgetOrder()protected voidsetPrecedence(Class<?> clazz) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InterceptorRegistry.InterceptorFactory
postMatch, preMatch
-
Field Details
-
precedence
-
order
protected int order
-
-
Constructor Details
-
AbstractInterceptorFactory
protected AbstractInterceptorFactory()
-
-
Method Details
-
setPrecedence
-
getPrecedence
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceInterceptorRegistry.InterceptorFactory
-
binding
-