org.ops4j.pax.web.extender.war.internal
Interface WebXmlParser

All Known Implementing Classes:
DOMWebXmlParser

public interface WebXmlParser

Web.xml Parser.

Since:
0.3.0, December 27, 2007
Author:
Alin Dreghiciu

Method Summary
 WebApp parse(java.io.InputStream inputStream)
          Parse the input stream (an web.xml) and returns the corresponding web app (root element).
 

Method Detail

parse

WebApp parse(java.io.InputStream inputStream)
Parse the input stream (an web.xml) and returns the corresponding web app (root element).

Parameters:
inputStream - input stream over an web.xml
Returns:
root web app elemet


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.