|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object info.magnolia.module.templating.RenderingModelImpl<RD>
RD
- the RenderableDefinition
bound to the modelRenderingModelImpl
instead.
@Deprecated public class RenderingModelImpl<RD extends RenderableDefinition>
Deprecated.
Field Summary | |
---|---|
protected info.magnolia.cms.core.Content |
content
Deprecated. |
protected RD |
definition
Deprecated. |
protected RenderingModel |
parentModel
Deprecated. |
Fields inherited from interface info.magnolia.module.templating.RenderingModel |
---|
SKIP_RENDERING |
Constructor Summary | |
---|---|
RenderingModelImpl(info.magnolia.cms.core.Content content,
RD definition,
RenderingModel parent)
Deprecated. |
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 |
getDef()
Deprecated. Shortname for templates: model.def. |
RD |
getDefinition()
Deprecated. The renderable (paragraph/template) tied to this model. |
RenderingModel |
getParent()
Deprecated. The model of the parent paragraph or template. |
RenderingModel |
getRoot()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RenderingModel parentModel
protected final info.magnolia.cms.core.Content content
protected final RD extends RenderableDefinition definition
Constructor Detail |
---|
public RenderingModelImpl(info.magnolia.cms.core.Content content, RD definition, RenderingModel parent)
Method Detail |
---|
public RenderingModel getParent()
RenderingModel
getParent
in interface RenderingModel<RD extends RenderableDefinition>
public RenderingModel getRoot()
public info.magnolia.cms.core.Content getContent()
RenderingModel
getContent
in interface RenderingModel<RD extends RenderableDefinition>
public RD getDef()
public RD getDefinition()
RenderingModel
getDefinition
in interface RenderingModel<RD extends RenderableDefinition>
public String execute()
RenderingModel
RenderableDefinition.determineTemplatePath(String, RenderingModel)
execute
in interface RenderingModel<RD extends RenderableDefinition>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |