Package org.daisy.dotify.api.formatter
Interface DynamicContent
-
public interface DynamicContent
Provides an interface for dynamic text, in other words content that may change between renderings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
render()
Renders the content without supplying any variables.String
render(Context context)
Renders the content in the supplied context.
-