public class RenderingInfo extends Object implements Info, Identifiable
Constructor and Description |
---|
RenderingInfo() |
RenderingInfo(Element element,
URL themeUrl) |
Modifier and Type | Method and Description |
---|---|
RenderingInfo |
createCopy() |
String |
getCollection() |
Element |
getElement() |
EngineType |
getEngine() |
Format |
getFormat() |
String |
getMarkup() |
Model |
getModel() |
String |
getName() |
TemplateEngineType |
getTemplateEngine() |
ThemeElement |
getTheme() |
URL |
getThemeUrl() |
Integer |
getUid() |
String |
getViewMode() |
boolean |
isDirty() |
boolean |
isRenderingPostponed(boolean cache) |
void |
setDirty(boolean dirty) |
void |
setFormat(Format format) |
void |
setMarkup(String markup) |
void |
setModel(Model model) |
void |
setName(String name) |
void |
setUid(Integer uid) |
public RenderingInfo createCopy()
createCopy
in interface Info
public Integer getUid()
getUid
in interface Identifiable
public void setUid(Integer uid)
setUid
in interface Identifiable
public EngineType getEngine()
public String getViewMode()
getViewMode
in interface Info
public String getCollection()
public URL getThemeUrl()
public Element getElement()
getElement
in interface Info
public void setFormat(Format format)
public Format getFormat()
public String getName()
getName
in interface Identifiable
public void setName(String name)
setName
in interface Identifiable
public ThemeElement getTheme()
public TemplateEngineType getTemplateEngine()
public boolean isRenderingPostponed(boolean cache)
Copyright © 2015 Nuxeo SA. All rights reserved.