org.jboss.resteasy.core.interception
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
precedence
protected String precedence
order
protected int order
InterceptorRegistry.AbstractInterceptorFactory
protected InterceptorRegistry.AbstractInterceptorFactory()
setPrecedence
protected void setPrecedence(Class<?> clazz)
getPrecedence
public String getPrecedence()
- Specified by:
getPrecedence
in interface InterceptorRegistry.InterceptorFactory
getOrder
public int getOrder()
- Specified by:
getOrder
in interface InterceptorRegistry.InterceptorFactory
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.