|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
a DocumentGenerator is an object which generates DOM documents, usually from something in a database.
| Method Summary | |
void |
destroy()
Do any cleaning up I need to do when my Servlet shuts down |
Document |
generate(Context context)
generate a document. |
java.lang.String |
getTransformURL(Context context)
get the URL of my stylesheet as a String. |
void |
init(Context config)
Initialise this generator with configuration information from this context |
| Method Detail |
public Document generate(Context context)
throws java.lang.Exception
java.lang.Exception
public java.lang.String getTransformURL(Context context)
throws GenerationException
GenerationException
public void init(Context config)
throws InitialisationException
InitialisationExceptionpublic void destroy()
|
jacquard 1.12.0 by The Web Engineering Factory and Toolworks | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||