|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.gx.webmanager.foundation.XMLWriter
nl.gx.webmanager.handler.forms.foundation.XMLWriter
public class XMLWriter
This class can be used for retrieving xml used in xsl transformations. XML is retrieved from the request and session context.
| Constructor Summary | |
|---|---|
XMLWriter()
|
|
| Method Summary | |
|---|---|
void |
getXml(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session,
SessionFormFlow formValues,
java.lang.String prefix,
java.io.Writer result)
Retrieves the xml from the request context and the session and form flow. |
| Methods inherited from class nl.gx.webmanager.foundation.XMLWriter |
|---|
getXml, getXml, normalizeXml |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLWriter()
| Method Detail |
|---|
public void getXml(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session,
SessionFormFlow formValues,
java.lang.String prefix,
java.io.Writer result)
throws java.io.IOException
req - The request from with the xml should be retrieved, possible null.session - The session from which the xml should be retrieved, possible null.formValues - The form values for the xml.writer - The writer to which the result should be written.
java.io.IOException - If the result could not be written to the writer.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||