| Interface | Description |
|---|---|
| WebXmlLocator |
SPI for finding the location of
web.xml. |
| Class | Description |
|---|---|
| DirectoryNameWebXmlLocator |
This implementation of
WebXmlLocator will try to identify the location of web.xml by searching for a
known resource on the classpath and trying to find the WEB-INF directory in its path name. |
| URLClassLoaderWebXmlLocator |
This implementation of
WebXmlLocator will try to identify the location of web.xml by examining the URLs
the classloader uses for loading classes. |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.