Uses of Class
jakarta.faces.application.ProjectStage
- 
Packages that use ProjectStage Package Description jakarta.faces.application jakarta.faces.context 
- 
- 
Uses of ProjectStage in jakarta.faces.applicationMethods in jakarta.faces.application that return ProjectStage Modifier and Type Method Description ProjectStageApplication. getProjectStage()Return the project stage for the currently running application instance.ProjectStageApplicationWrapper. getProjectStage()static ProjectStageProjectStage. valueOf(String name)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.contextMethods in jakarta.faces.context with parameters of type ProjectStage Modifier and Type Method Description booleanFacesContext. isProjectStage(ProjectStage stage)booleanFacesContextWrapper. isProjectStage(ProjectStage stage)
 
-