Uses of Enum Class
jakarta.faces.application.ProjectStage
Packages that use ProjectStage
-
Uses of ProjectStage in jakarta.faces.application
Methods in jakarta.faces.application that return ProjectStageModifier and TypeMethodDescriptionApplication.getProjectStage()Return the project stage for the currently running application instance.ApplicationWrapper.getProjectStage()The default behavior of this method is to callApplication.getProjectStage()on the wrappedApplicationobject.static ProjectStageReturns the enum constant of this class with the specified name.static ProjectStage[]ProjectStage.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ProjectStage in jakarta.faces.context
Methods in jakarta.faces.context with parameters of type ProjectStageModifier and TypeMethodDescriptionbooleanFacesContext.isProjectStage(ProjectStage stage) Returntrueif the currentProjectStageas returned by theApplicationinstance is equal tostage, otherwise returnfalsebooleanFacesContextWrapper.isProjectStage(ProjectStage stage) The default behavior of this method is to callFacesContext.isProjectStage(jakarta.faces.application.ProjectStage)on the wrappedFacesContextobject.