org.eclipse.jetty.webapp
Interface MetaData.Ordering

All Known Implementing Classes:
MetaData.AbsoluteOrdering, MetaData.RelativeOrdering
Enclosing class:
MetaData

public static interface MetaData.Ordering

Ordering


Method Summary
 boolean hasOther()
           
 boolean isAbsolute()
           
 List<Resource> order(List<Resource> fragments)
           
 

Method Detail

order

List<Resource> order(List<Resource> fragments)

isAbsolute

boolean isAbsolute()

hasOther

boolean hasOther()


Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.