Package de.espirit.firstspirit.agency
Class WebAppId.Factory
java.lang.Object
de.espirit.firstspirit.agency.WebAppId.Factory
- Enclosing interface:
- WebAppId
Factory for
WebAppId
objects.- Since:
- 5.1.103
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProjectWebAppId
create
(Project project, WebEnvironment.WebScope webScope) Creates a project-local web-app identifier.static GlobalWebAppId
Creates a global web-app identifier.
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
Creates a global web-app identifier.- Parameters:
globalWebAppId
- identifies the global web-app.- Returns:
- global web-app identifier.
- Since:
- 5.1.103
-
create
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
-