Class Summary |
AbstractRenderable |
Base implementation for paragraph and template definitions. |
AbstractRenderer |
Abstract renderer which can be used to implement paragraph or template renderers. |
HTMLEncodingContentWrapper |
Implementation of wrapped content in HTML format. |
HTMLEncodingNodeDataWrapper |
Implementation of wrapped node data in HTML format. |
MagnoliaTemplatingUtilities |
This is an object exposing a couple of methods useful for templates; it's exposed in
templates as "mgnl". |
ModelExecutionFilter |
Filter that executes the model for a paragraph before template rendering. |
Paragraph |
Represents a paragraph definition. |
ParagraphManager |
Manages the paragraphs on the system. |
ParagraphRendererManager |
Manages the paragraph renderers on the system. |
ParagraphRenderingFacade |
Deprecated. since 4.3, use the RenderingEngine instead |
RenderingFilter |
Filter responsible for rendering the current aggregation state,
by delegating to the appropriate TemplateRenderer or by serving
binary content. |
RenderingModelImpl<RD extends RenderableDefinition> |
The default concrete rendering definition used for templates and paragraphs. |
Template |
Represents a template definition. |
TemplateManager |
Manages the templates of the system. |
TemplateRendererManager |
Manages the template renderers of the system. |
TemplatingModule |
Handles module's lifecycle. |