| Package | Description |
|---|---|
| com.sun.faces.application | |
| com.sun.faces.application.applicationimpl | |
| com.sun.faces.config | |
| com.sun.faces.context | |
| jakarta.faces.application | |
| jakarta.faces.context |
| Modifier and Type | Method and Description |
|---|---|
ProjectStage |
ApplicationImpl.getProjectStage() |
| Modifier and Type | Method and Description |
|---|---|
ProjectStage |
Stage.getProjectStage(Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
Events.publishEvent(FacesContext context,
Class<? extends SystemEvent> systemEventClass,
Class<?> sourceBaseType,
Object source,
ProjectStage projectStage) |
void |
Events.publishEvent(FacesContext context,
Class<? extends SystemEvent> systemEventClass,
Object source,
ProjectStage projectStage) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
InitFacesContext.isProjectStage(ProjectStage stage) |
| Constructor and Description |
|---|
AlwaysPuttingSessionMap(jakarta.servlet.http.HttpServletRequest request,
ProjectStage stage) |
SessionMap(jakarta.servlet.http.HttpServletRequest request,
ProjectStage stage) |
| 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 © 1997–2020 Eclipse Foundation. All rights reserved.