Function getProjectStage

  • This method is responsible for the return of a given project stage as defined by the jsf specification.

    Valid return values are:

    • "Production"
    • "Development"
    • "SystemTest"
    • "UnitTest"
    • Returns

      the current project state emitted by the server side method: jakarta.faces.application.Application.getProjectStage()

    Returns string

Generated using TypeDoc