Uses of Class
jakarta.faces.application.ViewVisitOption
-
Packages that use ViewVisitOption Package Description jakarta.faces.application jakarta.faces.view -
-
Uses of ViewVisitOption in jakarta.faces.application
Methods in jakarta.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 jakarta.faces.application with parameters of type ViewVisitOption Modifier and Type Method Description Stream<String>
ViewHandler. getViews(FacesContext facesContext, String path, int maxDepth, ViewVisitOption... options)
Return aStream
possibly lazily populated by walking the view trees of every activeViewDeclarationLanguage
rooted at a given initial path.Stream<String>
ViewHandler. getViews(FacesContext facesContext, String path, ViewVisitOption... options)
Return aStream
possibly lazily populated by walking the view trees of every activeViewDeclarationLanguage
rooted at a given initial path.Stream<String>
ViewHandlerWrapper. getViews(FacesContext context, String path, int maxDepth, ViewVisitOption... options)
The default behavior of this method is to callViewHandler.getViews(FacesContext, String, int, ViewVisitOption...)
on the wrappedViewHandler
object.Stream<String>
ViewHandlerWrapper. getViews(FacesContext context, String path, ViewVisitOption... options)
The default behavior of this method is to callViewHandler.getViews(FacesContext, String, ViewVisitOption...)
on the wrappedViewHandler
object. -
Uses of ViewVisitOption in jakarta.faces.view
Methods in jakarta.faces.view with parameters of type ViewVisitOption Modifier and Type Method Description Stream<String>
ViewDeclarationLanguage. getViews(FacesContext facesContext, String path, int maxDepth, ViewVisitOption... options)
Return aStream
possibly lazily populated by walking the view tree rooted at a given initial path.Stream<String>
ViewDeclarationLanguage. getViews(FacesContext facesContext, String path, ViewVisitOption... options)
Return aStream
possibly lazily populated by walking the view tree rooted at a given initial path.Stream<String>
ViewDeclarationLanguageWrapper. getViews(FacesContext context, String path, int maxDepth, ViewVisitOption... options)
Stream<String>
ViewDeclarationLanguageWrapper. getViews(FacesContext context, String path, ViewVisitOption... options)
-