Uses of Class
jakarta.faces.application.ViewResource
-
Packages that use ViewResource Package Description com.sun.faces.application.resource jakarta.faces.application APIs that are used to link an application's business logic objects to Jakarta Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on Jakarta Faces. -
-
Uses of ViewResource in com.sun.faces.application.resource
Subclasses of ViewResource in com.sun.faces.application.resource Modifier and Type Class Description classResourceImplDefault implementation ofResource. -
Uses of ViewResource in jakarta.faces.application
Subclasses of ViewResource in jakarta.faces.application Modifier and Type Class Description classResourceAn instance ofResourceis a Java object representation of the artifact that is served up in response to a resource request from the client.classResourceWrapperMethods in jakarta.faces.application that return ViewResource Modifier and Type Method Description ViewResourceResourceHandler. createViewResource(FacesContext context, String resourceName)Create an instance ofResourcegiven the argumentresourceName, which may contain "/" characters.ViewResourceResourceHandlerWrapper. 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.
-