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
 java.net.URL getWebXmlLocation(java.lang.ClassLoader classLoader)
          Returns the guessed location of web.xml.
 
Methods inherited from interface org.jboss.solder.util.Sortable
getPrecedence
 

Method Detail

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.