public static interface ClientUrlAgent.ClientUrlBuilder<T>
Modifier and Type | Method and Description |
---|---|
String |
createUrl()
Returns the client url.
|
T |
element(IDProvider element)
Provide the element that should be opened.
|
T |
language(Language language)
Provide the data language that should be used.
|
T |
locale(Locale locale)
Provide the locale that should be used for the UI.
|
T |
project(Project project)
Provide the project that should be opened.
|
T project(@Nullable Project project)
element is provided
, this setting will take no effect.project
- The project that should be opened.T element(@Nullable IDProvider element)
element
- The element that should be opened.T language(@Nullable Language language)
language
- The data language that should be used.T locale(@Nullable Locale locale)
locale
- The locale.String createUrl()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500