Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.