Uses of Class
jakarta.faces.application.ViewResource
-
Packages that use ViewResource Package Description jakarta.faces.application -
-
Uses of ViewResource in jakarta.faces.application
Subclasses of ViewResource in jakarta.faces.application Modifier and Type Class Description class
Resource
An instance ofResource
is a Java object representation of the artifact that is served up in response to a resource request from the client.class
ResourceWrapper
Methods in jakarta.faces.application that return ViewResource Modifier and Type Method Description ViewResource
ResourceHandler. createViewResource(FacesContext context, String resourceName)
Create an instance ofResource
given the argumentresourceName
, which may contain "/" characters.ViewResource
ResourceHandlerWrapper. createViewResource(FacesContext context, String resourceName)
The default behavior of this method is to callResourceHandler.createViewResource(jakarta.faces.context.FacesContext, java.lang.String)
on the wrappedResourceHandler
object.
-