| Package | Description | 
|---|---|
| javax.faces.application | 
| Modifier and Type | Method and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Stream<String> | ResourceHandler. getViewResources(FacesContext facesContext,
                String path,
                int maxDepth,
                ResourceVisitOption... options) | 
| Stream<String> | ResourceHandlerWrapper. getViewResources(FacesContext facesContext,
                String path,
                int maxDepth,
                ResourceVisitOption... options) | 
| Stream<String> | ResourceHandler. getViewResources(FacesContext facesContext,
                String path,
                ResourceVisitOption... options) | 
| Stream<String> | ResourceHandlerWrapper. getViewResources(FacesContext facesContext,
                String path,
                ResourceVisitOption... options) | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.