Package | Description |
---|---|
jakarta.faces.application | |
jakarta.faces.context |
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(jakarta.faces.application.ProjectStage) on the wrapped
FacesContext object. |
boolean |
FacesContext.isProjectStage(ProjectStage stage)
Return |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.