org.nuxeo.theme.rendering
Class RenderingInfo
java.lang.Object
org.nuxeo.theme.rendering.RenderingInfo
- All Implemented Interfaces:
- Info, Identifiable
public class RenderingInfo
- extends Object
- implements Info, Identifiable
RenderingInfo
public RenderingInfo()
RenderingInfo
public RenderingInfo(Element element,
URL themeUrl)
createCopy
public RenderingInfo createCopy()
- Specified by:
createCopy
in interface Info
getModel
public Model getModel()
- Specified by:
getModel
in interface Info
setModel
public void setModel(Model model)
- Specified by:
setModel
in interface Info
getMarkup
public String getMarkup()
- Specified by:
getMarkup
in interface Info
setMarkup
public void setMarkup(String markup)
- Specified by:
setMarkup
in interface Info
getUid
public Integer getUid()
- Specified by:
getUid
in interface Identifiable
setUid
public void setUid(Integer uid)
- Specified by:
setUid
in interface Identifiable
getEngine
public EngineType getEngine()
- Specified by:
getEngine
in interface Info
getViewMode
public String getViewMode()
- Specified by:
getViewMode
in interface Info
getCollection
public String getCollection()
getThemeUrl
public URL getThemeUrl()
getElement
public Element getElement()
- Specified by:
getElement
in interface Info
setFormat
public void setFormat(Format format)
getFormat
public Format getFormat()
isDirty
public boolean isDirty()
- Specified by:
isDirty
in interface Info
setDirty
public void setDirty(boolean dirty)
- Specified by:
setDirty
in interface Info
getName
public String getName()
- Specified by:
getName
in interface Identifiable
setName
public void setName(String name)
- Specified by:
setName
in interface Identifiable
getTheme
public ThemeElement getTheme()
getTemplateEngine
public TemplateEngineType getTemplateEngine()
isRenderingPostponed
public boolean isRenderingPostponed(boolean cache)
Copyright © 2011 Nuxeo SAS. All Rights Reserved.