org.eclipse.jetty.webapp
Class MetaData.AbsoluteOrdering

java.lang.Object
  extended by org.eclipse.jetty.webapp.MetaData.AbsoluteOrdering
All Implemented Interfaces:
MetaData.Ordering
Enclosing class:
MetaData

public class MetaData.AbsoluteOrdering
extends Object
implements MetaData.Ordering

AbsoluteOrdering An element in web.xml


Field Summary
protected  boolean _hasOther
           
protected  List<String> _order
           
static String OTHER
           
 
Constructor Summary
MetaData.AbsoluteOrdering()
           
 
Method Summary
 void add(String name)
           
 void addOthers()
           
 boolean hasOther()
           
 boolean isAbsolute()
           
 List<Resource> order(List<Resource> jars)
          Order the list of jars in WEB-INF/lib according to the ordering declarations in the descriptors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OTHER

public static final String OTHER
See Also:
Constant Field Values

_order

protected List<String> _order

_hasOther

protected boolean _hasOther
Constructor Detail

MetaData.AbsoluteOrdering

public MetaData.AbsoluteOrdering()
Method Detail

order

public List<Resource> order(List<Resource> jars)
Order the list of jars in WEB-INF/lib according to the ordering declarations in the descriptors

Specified by:
order in interface MetaData.Ordering
See Also:
MetaData.Ordering.order(java.util.List)

isAbsolute

public boolean isAbsolute()
Specified by:
isAbsolute in interface MetaData.Ordering

add

public void add(String name)

addOthers

public void addOthers()

hasOther

public boolean hasOther()
Specified by:
hasOther in interface MetaData.Ordering


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