Class WebDotXmlReader


  • public class WebDotXmlReader
    extends java.lang.Object
    web.xml reader.
    Author:
    Jeanfrancois Arcand
    • Constructor Summary

      Constructors 
      Constructor Description
      WebDotXmlReader​(java.io.InputStream stream)
      Create a DocumentBuilderFactory element 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 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​(java.io.InputStream stream)
        Create a DocumentBuilderFactory element from WEB-INF/web.xml
        Parameters:
        stream -
    • Method Detail

      • getMappings

        public java.util.ArrayList<java.lang.String> getMappings()
        Return an ArrayList which maps to the AtmosphereServlet