Uses of Enum Class
jakarta.faces.application.ResourceVisitOption
-
Uses of ResourceVisitOption in jakarta.faces.application
Modifier and TypeMethodDescriptionstatic ResourceVisitOption
Returns the enum constant of this class with the specified name.static ResourceVisitOption[]
ResourceVisitOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionResourceHandler.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.ResourceHandler.getViewResources
(FacesContext facesContext, String path, ResourceVisitOption... options) Return aStream
possibly lazily populated by walking the resource tree rooted at a given initial path.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.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.