|
||||||||||
| 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(AbstractUIPageObject _model)
|
|
XMLExport(Object object)
|
|
XMLExport(UUID _commandUUID,
String _oid)
|
|
| Method Summary | |
|---|---|
void |
generateDocument(MimeTypes _mimeType,
String _xslResourceName)
|
void |
generateDocument(MimeTypes _mimeType,
String _xslResourceName,
String _name)
this method creates the Document |
protected Document |
generateXMLDocument()
Generate a DOM XML document |
static String |
generateXMLString(Document _xmlDoc)
Generate String out of the XML document object |
static File |
getDefaultFileStoreFolder()
get the FileStore |
File |
getFile()
This is the getter method for the instance variable file. |
protected Element |
getFormElement(Document _xmlDoc,
UIForm _formmodel,
UIForm.FormElement _model)
create a DOM-Element for a Form. |
protected Element |
getHeadingElement(Document _xmlDoc,
UIHeading _model)
create a DOM-Element for a Heading. |
static File |
getSessionFolder(File _fileStoreFolder,
String _append)
Get the SessionFolder. |
protected Element |
getTableElement(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(UUID _commandUUID,
String _oid)
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException
public XMLExport(AbstractUIPageObject _model)
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException
public XMLExport(Object object)
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException| Method Detail |
|---|
public void generateDocument(MimeTypes _mimeType,
String _xslResourceName)
throws org.efaps.util.EFapsException
org.efaps.util.EFapsException
public void generateDocument(MimeTypes _mimeType,
String _xslResourceName,
String _name)
throws org.efaps.util.EFapsException
_mimeType -
org.efaps.util.EFapsException
protected Document generateXMLDocument()
throws org.efaps.util.EFapsException
_uiObject -
org.efaps.util.EFapsException
protected Element getHeadingElement(Document _xmlDoc,
UIHeading _model)
_xmlDoc - Document this DOMElemrnt should be added_model - heading model
protected Element getFormElement(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 Element getTableElement(Document _xmlDoc,
UITable _model)
_xmlDoc - Document this DOMElemnt should be added_model -
public static String generateXMLString(Document _xmlDoc)
throws org.efaps.util.EFapsException
_xmlDoc -
org.efaps.util.EFapsExceptionpublic static File getDefaultFileStoreFolder()
public static File getSessionFolder(File _fileStoreFolder,
String _append)
sessionId -
public File getFile()
file.
file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||