Package | Description |
---|---|
com.sun.faces.application | |
com.sun.faces.application.applicationimpl | |
com.sun.faces.config | |
com.sun.faces.context | |
javax.faces.application | |
javax.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(javax.servlet.http.HttpServletRequest request,
ProjectStage stage) |
SessionMap(javax.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 |
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. |
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.