Uses of Class
javax.faces.application.ProjectStage
-
Packages that use ProjectStage Package Description javax.faces.application javax.faces.context -
-
Uses of ProjectStage in javax.faces.application
Methods in javax.faces.application that return ProjectStage Modifier and Type Method Description ProjectStage
Application. getProjectStage()
Return the project stage for the currently running application instance.ProjectStage
ApplicationWrapper. getProjectStage()
static ProjectStage
ProjectStage. 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 javax.faces.context
Methods in javax.faces.context with parameters of type ProjectStage Modifier and Type Method Description boolean
FacesContext. isProjectStage(ProjectStage stage)
boolean
FacesContextWrapper. isProjectStage(ProjectStage stage)
-