org.atmosphere.util
Class WebDotXmlReader

java.lang.Object
  extended by org.atmosphere.util.WebDotXmlReader

public class WebDotXmlReader
extends Object

web.xml reader.

Author:
Jeanfrancois Arcand

Constructor Summary
WebDotXmlReader(InputStream stream)
          Create a DocumentBuilderFactory element from WEB-INF/web.xml
 
Method Summary
 ArrayList<String> getMappings()
          Return an ArrayList which maps to the AtmosphereServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebDotXmlReader

public WebDotXmlReader(InputStream stream)
Create a DocumentBuilderFactory element from WEB-INF/web.xml

Parameters:
stream -
Method Detail

getMappings

public ArrayList<String> getMappings()
Return an ArrayList which maps to the AtmosphereServlet



Copyright © 2011. All Rights Reserved.