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

java.lang.Object
  extended by org.jboss.resteasy.core.interception.InterceptorRegistry.PrecedenceComparator
All Implemented Interfaces:
Comparator<InterceptorRegistry.InterceptorFactory>
Enclosing class:
InterceptorRegistry<T>

public class InterceptorRegistry.PrecedenceComparator
extends Object
implements Comparator<InterceptorRegistry.InterceptorFactory>


Constructor Summary
InterceptorRegistry.PrecedenceComparator()
           
 
Method Summary
 int compare(InterceptorRegistry.InterceptorFactory factory, InterceptorRegistry.InterceptorFactory factory2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

InterceptorRegistry.PrecedenceComparator

public InterceptorRegistry.PrecedenceComparator()
Method Detail

compare

public int compare(InterceptorRegistry.InterceptorFactory factory,
                   InterceptorRegistry.InterceptorFactory factory2)
Specified by:
compare in interface Comparator<InterceptorRegistry.InterceptorFactory>


Copyright © 2011. All Rights Reserved.