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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.solder.util.Sortable
Sortable.Comparator
 
Method Summary
 URL getWebXmlLocation(ClassLoader classLoader)
          Returns the guessed location of web.xml.
 
Methods inherited from interface org.jboss.solder.util.Sortable
getPrecedence
 

Method Detail

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 © 2011 Seam Framework. All Rights Reserved.