|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
RD
- the RenderableDefinition
bound to the modelRenderingModel
@Deprecated public interface RenderingModel<RD extends info.magnolia.rendering.template.RenderableDefinition>
Deprecated.
Field Summary | |
---|---|
static String |
SKIP_RENDERING
Deprecated. A constant used in some special cases where rendering must be skipped, i.e. |
Method Summary | |
---|---|
String |
execute()
Deprecated. Called after all properties were set. |
info.magnolia.cms.core.Content |
getContent()
Deprecated. The content node tied to this model. |
RD |
getDefinition()
Deprecated. The renderable (paragraph/template) tied to this model. |
RenderingModel<?> |
getParent()
Deprecated. The model of the parent paragraph or template. |
Field Detail |
---|
static final String SKIP_RENDERING
execute()
method to inform info.magnolia.rendering.renderer.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 |