Uses of Enum
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()
static ProjectStage
Returns the enum constant of this type with the specified name.static ProjectStage[]
ProjectStage.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProjectStage in jakarta.faces.context
Methods in jakarta.faces.context with parameters of type ProjectStageModifier and TypeMethodDescriptionboolean
FacesContext.isProjectStage
(ProjectStage stage) boolean
FacesContextWrapper.isProjectStage
(ProjectStage stage)