org.jboss.seam.faces.projectstage
Interface WebXmlLocator
- All Superinterfaces:
- org.jboss.solder.util.Sortable
public interface WebXmlLocator
- extends org.jboss.solder.util.Sortable
SPI for finding the location of web.xml.
- Author:
- Christian Kaltepoth
| Nested classes/interfaces inherited from interface org.jboss.solder.util.Sortable |
org.jboss.solder.util.Sortable.Comparator |
| Methods inherited from interface org.jboss.solder.util.Sortable |
getPrecedence |
getWebXmlLocation
URL getWebXmlLocation(ClassLoader classLoader)
- Returns the guessed location of
web.xml.
- Parameters:
classLoader - The classloader to use for resource lookups
- Returns:
- The location of
web.xml or null if the location could not be identified
Copyright © 2009-2011 Seam Framework. All Rights Reserved.