Class ResourceImpl

java.lang.Object
jakarta.faces.application.ViewResource
jakarta.faces.application.Resource
com.sun.faces.application.resource.ResourceImpl
All Implemented Interfaces:
Externalizable, Serializable

public class ResourceImpl extends Resource implements Externalizable
Default implementation of Resource. The ResourceImpl instance itself has the same lifespan as the request, however, the ResourceInfo instances that back this object are cached by the ResourceManager to reduce the time spent scanning for resources.
See Also: