Interface ProjectWebAppId

All Superinterfaces:
WebAppId

public interface ProjectWebAppId extends WebAppId
Identifies a project-local web-app by it's id and scope.
Since:
5.1.103
  • Method Details

    • getProject

      Project getProject()
      Returns the project-id.
      Returns:
      project-id.
      Since:
      5.1.103
    • getWebScope

      @NotNull WebEnvironment.WebScope getWebScope()
      Returns web-scope.
      Returns:
      web-scope.
      Since:
      5.1.103