Uses of Enum
jakarta.faces.application.ResourceVisitOption
Packages that use ResourceVisitOption
Package
Description
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 ResourceVisitOption in com.sun.faces.application.resource
Methods in com.sun.faces.application.resource with parameters of type ResourceVisitOptionModifier and TypeMethodDescriptionFaceletWebappResourceHelper.getViewResources(FacesContext facesContext, String path, int maxDepth, ResourceVisitOption... options) ResourceHandlerImpl.getViewResources(FacesContext facesContext, String path, int maxDepth, ResourceVisitOption... options) ResourceHandlerImpl.getViewResources(FacesContext facesContext, String path, ResourceVisitOption... options) ResourceManager.getViewResources(FacesContext facesContext, String path, int maxDepth, ResourceVisitOption... options) -
Uses of ResourceVisitOption in jakarta.faces.application
Methods in jakarta.faces.application that return ResourceVisitOptionModifier and TypeMethodDescriptionstatic ResourceVisitOptionReturns 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 ResourceVisitOptionModifier and TypeMethodDescriptionResourceHandler.getViewResources(FacesContext facesContext, String path, int maxDepth, ResourceVisitOption... options) Return aStreampossibly lazily populated by walking the resource tree rooted at a given initial path.ResourceHandler.getViewResources(FacesContext facesContext, String path, ResourceVisitOption... options) Return aStreampossibly 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 wrappedResourceHandlerobject.ResourceHandlerWrapper.getViewResources(FacesContext facesContext, String path, ResourceVisitOption... options) The default behavior of this method is to callResourceHandler.getViewResources(FacesContext, String, ResourceVisitOption...)on the wrappedResourceHandlerobject.