| ClasspathResourceHelper |
A ResourceHelper implementation for finding/serving resources found on the classpath within the
META-INF/resources directory.
|
| ClientResourceInfo |
ClientResourceInfo is a simple wrapper class for information pertinent to building a complete resource
path using a Library.
|
| ContractInfo |
|
| FaceletLibraryInfo |
|
| FaceletResourceInfo |
|
| FaceletWebappResourceHelper |
|
| LibraryInfo |
LibraryInfo is a simple wrapper class for information pertinent to building a complete resource path
using a Library and/or Contract.
|
| Resource |
|
| ResourceCache |
This is the caching mechanism for caching ResourceInfo instances to offset the cost of looking up the resource.
|
| ResourceHandlerImpl |
|
| ResourceHelper |
Implementations of this class contain the knowledge for finding and serving web application resources.
|
| ResourceImpl |
|
| ResourceInfo |
|
| ResourceManager |
This class is used to lookup ResourceInfo instances and cache any that are successfully looked up to reduce
the computational overhead with the scanning/version checking.
|
| ResourcePathsIterator |
|
| VersionInfo |
Metadata pertaining to versions.
|
| WebappResourceHelper |
A ResourceHelper implementation for finding/serving resources found within
<contextroot>/resources directory of a web application.
|