Uses of Class
org.glassfish.jersey.process.internal.PriorityComparator.Order

Packages that use PriorityComparator.Order
org.glassfish.jersey.process.internal Common Jersey internal processing classes. 
 

Uses of PriorityComparator.Order in org.glassfish.jersey.process.internal
 

Methods in org.glassfish.jersey.process.internal that return PriorityComparator.Order
static PriorityComparator.Order PriorityComparator.Order.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PriorityComparator.Order[] PriorityComparator.Order.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.glassfish.jersey.process.internal with parameters of type PriorityComparator.Order
AbstractFilterProcessor(PriorityComparator.Order order)
          Initialize filter ordering to a custom value.
PriorityComparator(PriorityComparator.Order order)
           
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.