Package de.espirit.firstspirit.agency
Interface ClientUrlAgent.ClientUrlBuilder<T>
- All Known Subinterfaces:
ClientUrlAgent.JavaClientUrlBuilder
,ClientUrlAgent.WebeditUrlBuilder
- Enclosing interface:
- ClientUrlAgent
public static interface ClientUrlAgent.ClientUrlBuilder<T>
Basic client url builder definition.
- Since:
- 5.0.100
-
Method Summary
Modifier and TypeMethodDescriptionReturns the client url.element
(@Nullable IDProvider element) Provide the element that should be opened.Provide the data language that should be used.Provide the locale that should be used for the UI.Provide the project that should be opened.
Note: If anelement is provided
, this setting will take no effect.
-
Method Details
-
project
Provide the project that should be opened.
Note: If anelement is provided
, this setting will take no effect.- Parameters:
project
- The project that should be opened.- Returns:
- The builder itself.
- Since:
- 5.0.100
-
element
Provide the element that should be opened.- Parameters:
element
- The element that should be opened.- Returns:
- The builder itself.
- Since:
- 5.0.100
-
language
Provide the data language that should be used.- Parameters:
language
- The data language that should be used.- Returns:
- The builder itself.
- Since:
- 5.0.100
-
locale
Provide the locale that should be used for the UI.- Parameters:
locale
- The locale.- Returns:
- The builder itself.
- Since:
- 5.0.100
-
createUrl
String createUrl()Returns the client url.- Returns:
- The client url.
- Since:
- 5.0.100
-