Uses of Class
javax.faces.application.ProjectStage

Packages that use ProjectStage
javax.faces.application APIs that are used to link an application's business logic objects to JavaServer Faces, as well as convenient pluggable mechanisms to manage the execution of an application that is based on JavaServer Faces. 
javax.faces.context Classes and interfaces defining per-request state information. 
 

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()
          

The default behavior of this method is to call Application.getProjectStage() on the wrapped Application object.

 ProjectStage ApplicationWrapper.getProjectStage()
          

The default behavior of this method is to call Application.getProjectStage() on the wrapped Application object.

 ProjectStage Application.getProjectStage()
          

Return the project stage for the currently running application instance.

static ProjectStage ProjectStage.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ProjectStage ProjectStage.valueOf(java.lang.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.
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)
          

Return true if the current ProjectStage as returned by the Application instance is equal to stage, otherwise return false

 boolean FacesContextWrapper.isProjectStage(ProjectStage stage)
          The default behavior of this method is to call FacesContext.isProjectStage(javax.faces.application.ProjectStage) on the wrapped FacesContext object.
 boolean FacesContextWrapper.isProjectStage(ProjectStage stage)
          The default behavior of this method is to call FacesContext.isProjectStage(javax.faces.application.ProjectStage) on the wrapped FacesContext object.
 boolean FacesContext.isProjectStage(ProjectStage stage)
          

Return true if the current ProjectStage as returned by the Application instance is equal to stage, otherwise return false

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.