|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ProjectStage |
ApplicationWrapper.getProjectStage()
The default behavior of this method
is to call |
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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |