org.ops4j.pax.web.extender.war.internal.parser.dom
Class DOMWebXmlParser
java.lang.Object
org.ops4j.pax.web.extender.war.internal.parser.dom.DOMWebXmlParser
- All Implemented Interfaces:
- WebXmlParser
public class DOMWebXmlParser
- extends Object
- implements WebXmlParser
Web xml parserer implementation using DOM.
// TODO parse and use session-config
- Since:
- 0.3.0, December 27, 2007
- Author:
- Alin Dreghiciu
|
Method Summary |
WebApp |
parse(InputStream inputStream)
Parse the input stream (an web.xml) and returns the corresponding web app (root element). |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMWebXmlParser
public DOMWebXmlParser()
parse
public WebApp parse(InputStream inputStream)
- Description copied from interface:
WebXmlParser
- Parse the input stream (an web.xml) and returns the corresponding web app (root element).
- Specified by:
parse in interface WebXmlParser
- Parameters:
inputStream - input stream over an web.xml
- Returns:
- root web app elemet
- See Also:
WebXmlParser.parse(InputStream)
Copyright © 2006-2010 OPS4J - Open Participation Software for Java. All Rights Reserved.