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