org.jboss.resteasy.core.interception
Class InterceptorRegistry.AbstractInterceptorFactory

java.lang.Object
  extended by 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
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

precedence

protected java.lang.String precedence

order

protected int order
Constructor Detail

InterceptorRegistry.AbstractInterceptorFactory

protected InterceptorRegistry.AbstractInterceptorFactory()
Method Detail

setPrecedence

protected void setPrecedence(java.lang.Class<?> clazz)

getPrecedence

public java.lang.String getPrecedence()
Specified by:
getPrecedence in interface InterceptorRegistry.InterceptorFactory

getOrder

public int getOrder()
Specified by:
getOrder in interface InterceptorRegistry.InterceptorFactory


Copyright © 2009. All Rights Reserved.