|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Rendition
Encapsulation of a rendition.
Method Summary | |
---|---|
java.lang.String |
getDescription()
the description of this rendition |
java.lang.String |
getDescriptionAttribute()
the HTML description attribute for UI |
java.lang.String |
getFileTypeImage()
the file type image for the rendition |
java.lang.String |
getLabelAttribute()
the HTML label attribute for UI |
java.lang.String |
getName()
the name of this rendition |
java.io.OutputStream |
getOutputStream()
the output stream for the rendition |
java.lang.String |
getPath()
the path to the contents of this rendition |
FormInstanceData |
getPrimaryFormInstanceData()
the primary form instance data used to generate this rendition |
FormInstanceData |
getPrimaryFormInstanceData(boolean includeDeleted)
the primary form instance data used to generate this rendition (include deleted AVM nodes) |
RenderingEngineTemplate |
getRenderingEngineTemplate()
the rendering engine template that generated this rendition |
java.lang.String |
getSandboxRelativePath()
the path relative to the sandbox |
java.lang.String |
getUrl()
the url to the asset |
java.lang.String |
getWebappRelativePath()
the path relative to the containing webapp |
void |
regenerate()
regenerates the contents of this rendition using the primary form instance data |
void |
regenerate(FormInstanceData formInstanceData)
regenerates the contents of this rendition using the provided form instance data |
Method Detail |
---|
java.lang.String getName()
java.lang.String getDescription()
java.lang.String getWebappRelativePath()
java.lang.String getSandboxRelativePath()
FormInstanceData getPrimaryFormInstanceData() throws java.io.FileNotFoundException
java.io.FileNotFoundException
FormInstanceData getPrimaryFormInstanceData(boolean includeDeleted) throws java.io.FileNotFoundException
java.io.FileNotFoundException
RenderingEngineTemplate getRenderingEngineTemplate()
java.lang.String getPath()
java.lang.String getUrl()
java.lang.String getFileTypeImage()
java.io.OutputStream getOutputStream()
java.lang.String getLabelAttribute()
java.lang.String getDescriptionAttribute()
void regenerate() throws java.io.IOException, RenderingEngine.RenderingException, org.xml.sax.SAXException
java.io.IOException
RenderingEngine.RenderingException
org.xml.sax.SAXException
void regenerate(FormInstanceData formInstanceData) throws java.io.IOException, RenderingEngine.RenderingException, org.xml.sax.SAXException
java.io.IOException
RenderingEngine.RenderingException
org.xml.sax.SAXException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |