Uses of Class
jakarta.faces.application.ResourceVisitOption
-
Packages that use ResourceVisitOption Package Description jakarta.faces.application -
-
Uses of ResourceVisitOption in jakarta.faces.application
Methods in jakarta.faces.application that return ResourceVisitOption Modifier and Type Method Description static ResourceVisitOption
ResourceVisitOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static ResourceVisitOption[]
ResourceVisitOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in jakarta.faces.application with parameters of type ResourceVisitOption Modifier and Type Method Description Stream<String>
ResourceHandler. getViewResources(FacesContext facesContext, String path, int maxDepth, ResourceVisitOption... options)
Return aStream
possibly lazily populated by walking the resource tree rooted at a given initial path.Stream<String>
ResourceHandler. getViewResources(FacesContext facesContext, String path, ResourceVisitOption... options)
Return aStream
possibly lazily populated by walking the resource tree rooted at a given initial path.Stream<String>
ResourceHandlerWrapper. getViewResources(FacesContext facesContext, String path, int maxDepth, ResourceVisitOption... options)
The default behavior of this method is to callResourceHandler.getViewResources(FacesContext, String, int, ResourceVisitOption...)
on the wrappedResourceHandler
object.Stream<String>
ResourceHandlerWrapper. getViewResources(FacesContext facesContext, String path, ResourceVisitOption... options)
The default behavior of this method is to callResourceHandler.getViewResources(FacesContext, String, ResourceVisitOption...)
on the wrappedResourceHandler
object.
-