org.jboss.solder.servlet.webxml
Interface WebXmlLocator
- All Superinterfaces:
- Sortable
public interface WebXmlLocator
- extends Sortable
SPI for finding the location of web.xml.
- Author:
- Christian Kaltepoth
|
Method Summary |
java.net.URL |
getWebXmlLocation(java.lang.ClassLoader classLoader)
Returns the guessed location of web.xml. |
getWebXmlLocation
java.net.URL getWebXmlLocation(java.lang.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 © 2008-2012 Seam Framework. All Rights Reserved.