Class Resource

java.lang.Object
jakarta.faces.application.ViewResource
jakarta.faces.application.Resource
Direct Known Subclasses:
ResourceImpl, ResourceWrapper

public abstract class Resource extends ViewResource

An instance of Resource is a Java object representation of the artifact that is served up in response to a resource request from the client. Instances of Resource are normally created and initialized via calls to ResourceHandler.createResource(java.lang.String). See the documentation for ResourceHandler for more information.

Since:
2.0