Uses of Class
javax.faces.application.ProjectStage

Packages that use ProjectStage
javax.faces.application   
javax.faces.context   
 

Uses of ProjectStage in javax.faces.application
 

Methods in javax.faces.application that return ProjectStage
 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
 boolean FacesContext.isProjectStage(ProjectStage stage)
           
 boolean FacesContextWrapper.isProjectStage(ProjectStage stage)
           
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.