|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.core.interception.InterceptorRegistry.AbstractInterceptorFactory
protected abstract class InterceptorRegistry.AbstractInterceptorFactory
Field Summary | |
---|---|
protected int |
order
|
protected java.lang.String |
precedence
|
Constructor Summary | |
---|---|
protected |
InterceptorRegistry.AbstractInterceptorFactory()
|
Method Summary | |
---|---|
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 |
---|
createInterceptor |
Field Detail |
---|
protected java.lang.String precedence
protected int order
Constructor Detail |
---|
protected InterceptorRegistry.AbstractInterceptorFactory()
Method Detail |
---|
protected void setPrecedence(java.lang.Class<?> clazz)
public java.lang.String getPrecedence()
getPrecedence
in interface InterceptorRegistry.InterceptorFactory
public int getOrder()
getOrder
in interface InterceptorRegistry.InterceptorFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |