|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.efaps.ui.xml.XMLExport
public class XMLExport
This class provides functionalities to produce a PDF-Document to be shown to the user
| Nested Class Summary | |
|---|---|
static class |
XMLExport.XML
|
| Constructor Summary | |
|---|---|
XMLExport(java.lang.Object object)
|
|
XMLExport(UIAbstractPageObject _model)
|
|
XMLExport(java.util.UUID _commandUUID,
java.lang.String _oid)
|
|
| Method Summary | |
|---|---|
void |
generateDocument(MimeTypes _mimeType,
java.lang.String _xslResourceName)
|
void |
generateDocument(MimeTypes _mimeType,
java.lang.String _xslResourceName,
java.lang.String _name)
this method creates the Document |
protected org.w3c.dom.Document |
generateXMLDocument()
Generate a DOM XML document |
static java.lang.String |
generateXMLString(org.w3c.dom.Document _xmlDoc)
Generate String out of the XML document object |
static java.io.File |
getDefaultFileStoreFolder()
get the FileStore |
java.io.File |
getFile()
This is the getter method for the instance variable file. |
protected org.w3c.dom.Element |
getFormElement(org.w3c.dom.Document _xmlDoc,
UIForm _formmodel,
UIForm.FormElement _model)
create a DOM-Element for a Form. |
protected org.w3c.dom.Element |
getHeadingElement(org.w3c.dom.Document _xmlDoc,
UIHeading _model)
create a DOM-Element for a Heading. |
static java.io.File |
getSessionFolder(java.io.File _fileStoreFolder,
java.lang.String _append)
Get the SessionFolder. |
protected org.w3c.dom.Element |
getTableElement(org.w3c.dom.Document _xmlDoc,
UITable _model)
create a DOM-Element for a Table. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLExport(java.util.UUID _commandUUID,
java.lang.String _oid)
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException
public XMLExport(UIAbstractPageObject _model)
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException
public XMLExport(java.lang.Object object)
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException| Method Detail |
|---|
public void generateDocument(MimeTypes _mimeType,
java.lang.String _xslResourceName)
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException
public void generateDocument(MimeTypes _mimeType,
java.lang.String _xslResourceName,
java.lang.String _name)
throws org.efaps.util.EFapsException
_mimeType -
org.efaps.util.EFapsException
protected org.w3c.dom.Document generateXMLDocument()
throws org.efaps.util.EFapsException
_uiObject -
org.efaps.util.EFapsException
protected org.w3c.dom.Element getHeadingElement(org.w3c.dom.Document _xmlDoc,
UIHeading _model)
_xmlDoc - Document this DOMElemrnt should be added_model - heading model
protected org.w3c.dom.Element getFormElement(org.w3c.dom.Document _xmlDoc,
UIForm _formmodel,
UIForm.FormElement _model)
_xmlDoc - Document this DOMElement should be added_formmodel - model for the form_model - model for the element
protected org.w3c.dom.Element getTableElement(org.w3c.dom.Document _xmlDoc,
UITable _model)
_xmlDoc - Document this DOMElemnt should be added_model -
public static java.lang.String generateXMLString(org.w3c.dom.Document _xmlDoc)
throws org.efaps.util.EFapsException
_xmlDoc -
org.efaps.util.EFapsExceptionpublic static java.io.File getDefaultFileStoreFolder()
public static java.io.File getSessionFolder(java.io.File _fileStoreFolder,
java.lang.String _append)
sessionId -
public java.io.File getFile()
file.
file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||