Uses of Class
jakarta.faces.application.ViewResource
Packages that use ViewResource
-
Uses of ViewResource in jakarta.faces.application
Subclasses of ViewResource in jakarta.faces.applicationModifier and TypeClassDescriptionclassAn instance ofResourceis a Java object representation of the artifact that is served up in response to a resource request from the client.classMethods in jakarta.faces.application that return ViewResourceModifier and TypeMethodDescriptionResourceHandler.createViewResource(FacesContext context, String resourceName) Create an instance ofResourcegiven the argumentresourceName, which may contain "/" characters.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 wrappedResourceHandlerobject.