Uses of Class
javax.faces.application.ViewVisitOption
-
Packages that use ViewVisitOption Package Description javax.faces.application javax.faces.view -
-
Uses of ViewVisitOption in javax.faces.application
Methods in javax.faces.application that return ViewVisitOption Modifier and Type Method Description static ViewVisitOption
ViewVisitOption. valueOf(String name)
Returns the enum constant of this type with the specified name.static ViewVisitOption[]
ViewVisitOption. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in javax.faces.application with parameters of type ViewVisitOption Modifier and Type Method Description Stream<String>
ViewHandler. getViews(FacesContext facesContext, String path, int maxDepth, ViewVisitOption... options)
Stream<String>
ViewHandler. getViews(FacesContext facesContext, String path, ViewVisitOption... options)
Stream<String>
ViewHandlerWrapper. getViews(FacesContext facesContext, String path, int maxDepth, ViewVisitOption... options)
Stream<String>
ViewHandlerWrapper. getViews(FacesContext facesContext, String path, ViewVisitOption... options)
-
Uses of ViewVisitOption in javax.faces.view
Methods in javax.faces.view with parameters of type ViewVisitOption Modifier and Type Method Description Stream<String>
ViewDeclarationLanguage. getViews(FacesContext facesContext, String path, int maxDepth, ViewVisitOption... options)
Stream<String>
ViewDeclarationLanguage. getViews(FacesContext facesContext, String path, ViewVisitOption... options)
Stream<String>
ViewDeclarationLanguageWrapper. getViews(FacesContext facesContext, String path, int maxDepth, ViewVisitOption... options)
Stream<String>
ViewDeclarationLanguageWrapper. getViews(FacesContext facesContext, String path, ViewVisitOption... options)
-