Uses of Enum Class
jakarta.faces.application.ViewVisitOption
Packages that use ViewVisitOption
-
Uses of ViewVisitOption in jakarta.faces.application
Subclasses with type arguments of type ViewVisitOption in jakarta.faces.applicationMethods in jakarta.faces.application that return ViewVisitOptionModifier and TypeMethodDescriptionstatic ViewVisitOptionReturns 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.Methods in jakarta.faces.application with parameters of type ViewVisitOptionModifier and TypeMethodDescriptionViewHandler.getViews(FacesContext facesContext, String path, int maxDepth, ViewVisitOption... options) Return aStreampossibly lazily populated by walking the view trees of every activeViewDeclarationLanguagerooted at a given initial path.ViewHandler.getViews(FacesContext facesContext, String path, ViewVisitOption... options) Return aStreampossibly lazily populated by walking the view trees of every activeViewDeclarationLanguagerooted 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 wrappedViewHandlerobject.ViewHandlerWrapper.getViews(FacesContext context, String path, ViewVisitOption... options) The default behavior of this method is to callViewHandler.getViews(FacesContext, String, ViewVisitOption...)on the wrappedViewHandlerobject. -
Uses of ViewVisitOption in jakarta.faces.view
Methods in jakarta.faces.view with parameters of type ViewVisitOptionModifier and TypeMethodDescriptionViewDeclarationLanguage.getViews(FacesContext facesContext, String path, int maxDepth, ViewVisitOption... options) Return aStreampossibly lazily populated by walking the view tree rooted at a given initial path.ViewDeclarationLanguage.getViews(FacesContext facesContext, String path, ViewVisitOption... options) Return aStreampossibly 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)