|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The DefaultConfiguration class has responsibility for reading all config data from web.xml and dwr.xml
Method Summary | |
void |
addConfig(org.w3c.dom.Document doc)
Add to the current configuration by reading a DOM tree directly |
void |
addConfig(java.io.InputStream in)
Add to the current configuration by reading a DOM tree from a IO stream. |
Method Detail |
public void addConfig(java.io.InputStream in) throws javax.xml.parsers.ParserConfigurationException, java.io.IOException, org.xml.sax.SAXException
in
- The InputStream to parse from
javax.xml.parsers.ParserConfigurationException
- If there are XML setup problems
java.io.IOException
- Error parsing dwr.xml
org.xml.sax.SAXException
- Error parsing dwr.xmlpublic void addConfig(org.w3c.dom.Document doc)
doc
- The DOM tree
|
Copyright ? 2005 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |