Uses of Class
jakarta.faces.application.ProjectStage
-
Packages that use ProjectStage Package Description com.sun.faces.application com.sun.faces.application.applicationimpl com.sun.faces.config com.sun.faces.context jakarta.faces.application 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.jakarta.faces.context 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 Modifier and Type Method Description ProjectStageApplicationImpl. getProjectStage() -
Uses of ProjectStage in com.sun.faces.application.applicationimpl
Methods in com.sun.faces.application.applicationimpl that return ProjectStage Modifier and Type Method Description ProjectStageStage. getProjectStage(Application application)Methods in com.sun.faces.application.applicationimpl with parameters of type ProjectStage Modifier and Type Method Description voidEvents. 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 Modifier and Type Method Description booleanInitFacesContext. isProjectStage(ProjectStage stage) -
Uses of ProjectStage in com.sun.faces.context
Constructors in com.sun.faces.context with parameters of type ProjectStage Constructor Description AlwaysPuttingSessionMap(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 ProjectStage Modifier and Type Method Description ProjectStageApplication. getProjectStage()Return the project stage for the currently running application instance.ProjectStageApplicationWrapper. getProjectStage()The default behavior of this method is to callApplication.getProjectStage()on the wrappedApplicationobject.static ProjectStageProjectStage. 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. -
Uses of ProjectStage in jakarta.faces.context
Methods in jakarta.faces.context with parameters of type ProjectStage Modifier and Type Method Description booleanFacesContext. 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.
-