Enum Class ProjectStage

java.lang.Object
java.lang.Enum<ProjectStage>
jakarta.faces.application.ProjectStage
All Implemented Interfaces:
Serializable, Comparable<ProjectStage>, Constable

public enum ProjectStage extends Enum<ProjectStage>

This class enables a feature similar to the RAILS_ENV feature of the Ruby on Rails web framework. The constants in this class represent the current state of the running application in a typical product development lifecycle. The value of this state may be queried at any time after application startup by calling Application.getProjectStage().

Since:
2.0