| Interface | Description |
|---|---|
| WebResourceLocationProvider |
SPI for finding the location of web resources without using
ServletContext. |
| Class | Description |
|---|---|
| DirectoryNameResourceProvider |
This implementation of
WebResourceLocationProvider will try to identify the location of web resources by searching
for a known resource on the classpath and trying to find the WEB-INF directory in its path name. |
| URLClassLoaderResourceProvider |
This implementation of
WebResourceLocationProvider will try to identify the location of web resources by examining
the URLs the classloader uses for loading classes. |
| WebResourceLocator |
A utility for classes that need to access web resources.
|
Copyright © 2008–2013 Seam Framework. All rights reserved.