|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is the link between an XML DOM and the file it should serialize to.
| Method Summary | |
String |
getRequiredClass()
Retrieve a class that must exist in the classpath for this to work. |
void |
saveDocument(OutputStream os,
org.w3c.dom.Document document)
Override to actually save a DOM document to the output stream via whatever method you desire |
| Method Detail |
public void saveDocument(OutputStream os,
org.w3c.dom.Document document)
throws ExpressoRuntimeException
os - The output stream to save todocument - the DOM document representing the config.
ExpressoRuntimeException - if there's an error saving the file.public String getRequiredClass()
|
Expresso 5-6 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||