|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RD
- - an instance of RenderableDefinition
public interface RenderingModel<RD extends RenderableDefinition>
A bean tying the current content and the rendering definition. Subclasses
will provide helper methods to the template. The execute()
method is
executed before the rendering starts. The model is available under the name
model
.
Field Summary | |
---|---|
static String |
SKIP_RENDERING
A constant used in some special cases where rendering must be skipped, i.e. |
Method Summary | |
---|---|
String |
execute()
Called after all properties were set. |
info.magnolia.cms.core.Content |
getContent()
The content tied to this model. |
RD |
getDefinition()
The renderable (paragraph/template) tied to this model. |
RenderingModel |
getParent()
The model of the parent paragraph or template. |
Field Detail |
---|
static final String SKIP_RENDERING
execute()
method to inform
AbstractRenderer
that it should not render anything in that particular case.
Method Detail |
---|
RenderingModel getParent()
info.magnolia.cms.core.Content getContent()
RD getDefinition()
String execute()
RenderableDefinition.determineTemplatePath(String, RenderingModel)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |