Uses of Enum
jakarta.faces.application.ProjectStage
Packages that use ProjectStage
Package
Description
APIs that are used to link an application's
business logic objects to Jakarta Faces, as well as convenient
pluggable mechanisms to manage the execution of an application that is
based on Jakarta Faces.
Classes and interfaces
defining per-request state information.
-
Uses of ProjectStage in com.sun.faces.application
Methods in com.sun.faces.application that return ProjectStage -
Uses of ProjectStage in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return ProjectStageMethods in com.sun.faces.application.applicationimpl with parameters of type ProjectStageModifier and TypeMethodDescriptionvoidEvents.publishEvent(FacesContext context, Class<? extends SystemEvent> systemEventClass, Class<?> sourceBaseType, Object source, ProjectStage projectStage) -
Uses of ProjectStage in com.sun.faces.config
Methods in com.sun.faces.config with parameters of type ProjectStage -
Uses of ProjectStage in com.sun.faces.context
Constructors in com.sun.faces.context with parameters of type ProjectStageModifierConstructorDescriptionAlwaysPuttingSessionMap(jakarta.servlet.http.HttpServletRequest request, ProjectStage stage) SessionMap(jakarta.servlet.http.HttpServletRequest request, ProjectStage stage) -
Uses of ProjectStage in jakarta.faces.application
Methods in jakarta.faces.application that return ProjectStageModifier and TypeMethodDescriptionApplication.getProjectStage()Return the project stage for the currently running application instance.ApplicationWrapper.getProjectStage()The default behavior of this method is to callApplication.getProjectStage()on the wrappedApplicationobject.static ProjectStageReturns 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. -
Uses of ProjectStage in jakarta.faces.context
Methods in jakarta.faces.context with parameters of type ProjectStageModifier and TypeMethodDescriptionbooleanFacesContext.isProjectStage(ProjectStage stage) Returntrueif the currentProjectStageas returned by theApplicationinstance is equal tostage, otherwise returnfalsebooleanFacesContextWrapper.isProjectStage(ProjectStage stage) The default behavior of this method is to callFacesContext.isProjectStage(jakarta.faces.application.ProjectStage)on the wrappedFacesContextobject.