Class WebAppId.Factory

java.lang.Object
de.espirit.firstspirit.agency.WebAppId.Factory
Enclosing interface:
WebAppId

public static class WebAppId.Factory extends Object
Factory for WebAppId objects.
Since:
5.1.103
See Also:
  • Constructor Details

    • Factory

      public Factory()
  • Method Details

    • create

      public static GlobalWebAppId create(String globalWebAppId)
      Creates a global web-app identifier.
      Parameters:
      globalWebAppId - identifies the global web-app.
      Returns:
      global web-app identifier.
      Since:
      5.1.103
    • create

      public static ProjectWebAppId create(Project project, WebEnvironment.WebScope webScope)
      Creates a project-local web-app identifier.
      Parameters:
      project - identifies the project.
      webScope - specifies the web-scope.
      Returns:
      project-local web-app identifier.
      Since:
      5.1.103