Module jakarta.faces
Package com.sun.faces.application.resource
package com.sun.faces.application.resource
-
ClassDescriptionA
ResourceHelper
implementation for finding/serving resources found on the classpath within theMETA-INF/resources directory
.ClientResourceInfo
is a simple wrapper class for information pertinent to building a complete resource path using a Library.LibraryInfo
is a simple wrapper class for information pertinent to building a complete resource path using a Library and/or Contract.This is the caching mechanism for caching ResourceInfo instances to offset the cost of looking up the resource.This is the default implementation ofResourceHandler
.Implementations of this class contain the knowledge for finding and serving web application resources.Default implementation ofResource
.This class is used to lookupResourceInfo
instances and cache any that are successfully looked up to reduce the computational overhead with the scanning/version checking.Metadata pertaining to versions.AResourceHelper
implementation for finding/serving resources found within<contextroot>/resources
directory of a web application.