Package de.espirit.firstspirit.agency
Interface RenderingAgent.RendererWithoutLinkRoot
- Enclosing interface:
- RenderingAgent
public static interface RenderingAgent.RendererWithoutLinkRoot
An intermediate instance which has to be enriched with a link root before further usage.
- Since:
- 5.2.1805
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@NotNull RenderingAgent.Renderer
The provided node is used as starting point for relative links when evaluating the provided template source.@NotNull RenderingAgent.Renderer
The provided node is used as starting point for relative links when evaluating the provided template source.@NotNull RenderingAgent.Renderer
linkRoot
(@NotNull SiteStoreFolder folder) The provided folder is used as starting point for relative links when evaluating the provided template source.
-
Method Details
-
linkRoot
The provided node is used as starting point for relative links when evaluating the provided template source.- Returns:
- A
RenderingAgent.Renderer
which supports fluent call chaining. - Since:
- 5.2.1805
- See Also:
-
linkRoot
The provided node is used as starting point for relative links when evaluating the provided template source.- Returns:
- A
RenderingAgent.Renderer
which supports fluent call chaining. - Since:
- 5.2.1805
- See Also:
-
linkRoot
The provided folder is used as starting point for relative links when evaluating the provided template source.- Returns:
- A
RenderingAgent.Renderer
which supports fluent call chaining. - Since:
- 5.2.191105
- See Also:
-