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 string

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

Generated using TypeDoc