Package de.espirit.firstspirit.agency
Interface PreviewUrlAgent.PreviewUrlBuilder<T>
- All Known Subinterfaces:
PreviewUrlAgent.ContentProducerPreviewUrlBuilder
,PreviewUrlAgent.MediaPreviewUrlBuilder
- Enclosing interface:
- PreviewUrlAgent
public static interface PreviewUrlAgent.PreviewUrlBuilder<T>
Basic preview url builder definition.
- Since:
- 5.2.190105
-
Method Summary
Modifier and TypeMethodDescriptionConfigures the builder to create urls for the ContentCreator application.Configures the builder to create full qualified urls like 'http://domain:port/path/'.Provide the language for which the url should be rendered.
-
Method Details
-
language
Provide the language for which the url should be rendered.- Parameters:
language
- the language to use.- Returns:
- The builder itself.
- Since:
- 5.2.190105
-
fullQualified
Configures the builder to create full qualified urls like 'http://domain:port/path/'.- Returns:
- The builder itself.
- Since:
- 5.2.190105
- See Also:
-
forWebedit
Configures the builder to create urls for the ContentCreator application.- Returns:
- The builder itself.
- Since:
- 5.2.190105
- See Also:
-