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 |
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
javax.faces.context.FacesContext#isProjectStage(javax.faces.application.ProjectStage)
on the wrapped FacesContext object. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.