Package org.atmosphere.util
Class WebDotXmlReader
- java.lang.Object
-
- org.atmosphere.util.WebDotXmlReader
-
public class WebDotXmlReader extends java.lang.Objectweb.xml reader.- Author:
- Jeanfrancois Arcand
-
-
Constructor Summary
Constructors Constructor Description WebDotXmlReader(java.io.InputStream stream)Create aDocumentBuilderFactoryelement from WEB-INF/web.xml
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ArrayList<java.lang.String>getMappings()Return anArrayListwhich maps to theAtmosphereServlet
-
-
-
Method Detail
-
getMappings
public java.util.ArrayList<java.lang.String> getMappings()
Return anArrayListwhich maps to theAtmosphereServlet
-
-