Uses of Enum
jakarta.faces.application.ViewVisitOption
Packages that use ViewVisitOption
Package
Description
APIs that are used to link an application's
business logic objects to Jakarta Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on Jakarta Faces.
Classes
for defining a View Declaration Language (VDL) for authoring
Jakarta Faces user interfaces.
-
Uses of ViewVisitOption in com.sun.faces.application.view
Methods in com.sun.faces.application.view with parameters of type ViewVisitOptionModifier and TypeMethodDescriptionFaceletViewHandlingStrategy.getViews(FacesContext context, String path, int maxDepth, ViewVisitOption... options) FaceletViewHandlingStrategy.getViews(FacesContext context, String path, ViewVisitOption... options) MultiViewHandler.getViews(FacesContext context, String path, int maxDepth, ViewVisitOption... options) MultiViewHandler.getViews(FacesContext context, String path, ViewVisitOption... options) -
Uses of ViewVisitOption in jakarta.faces.application
Methods in jakarta.faces.application that return ViewVisitOptionModifier and TypeMethodDescriptionstatic ViewVisitOptionReturns 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 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)