element in web.xml
|
Method Summary |
void |
add(String name)
|
void |
addOthers()
|
boolean |
hasOther()
|
boolean |
isAbsolute()
|
List<org.eclipse.jetty.util.resource.Resource> |
order(List<org.eclipse.jetty.util.resource.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 |
OTHER
public static final String OTHER
- See Also:
- Constant Field Values
_order
protected List<String> _order
_hasOther
protected boolean _hasOther
_metaData
protected MetaData _metaData
Ordering.AbsoluteOrdering
public Ordering.AbsoluteOrdering(MetaData metaData)
order
public List<org.eclipse.jetty.util.resource.Resource> order(List<org.eclipse.jetty.util.resource.Resource> jars)
- Order the list of jars in WEB-INF/lib according to the ordering declarations in the descriptors
- Specified by:
order in interface Ordering
- See Also:
Ordering.order(java.util.List)
isAbsolute
public boolean isAbsolute()
- Specified by:
isAbsolute in interface Ordering
add
public void add(String name)
addOthers
public void addOthers()
hasOther
public boolean hasOther()
- Specified by:
hasOther in interface Ordering
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.