Interface ReloadableParagraph
- All Superinterfaces:
Paragraph
- All Known Implementing Classes:
ContextParagraph
Represents a paragraph whose content depends on the context in which it is rendered.
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionvoidreload(RenderContext context) Reloads the paragraph with the given context.
-
Method Details
-
reload
Reloads the paragraph with the given context.- Parameters:
context- the context in which the paragraph is rendered- Since:
- 2.0.0
-