Class DataServlet

    • Constructor Detail

      • DataServlet

        public DataServlet()
    • Method Detail

      • setStores

        public static void setStores​(Map<String,​prompto.store.IStore> stores)
      • getStores

        public static Map<String,​prompto.store.IStore> getStores()
      • init

        public void init​(javax.servlet.ServletConfig config)
                  throws javax.servlet.ServletException
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class javax.servlet.GenericServlet
        Throws:
        javax.servlet.ServletException
      • doGet

        protected void doGet​(javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse resp)
                      throws javax.servlet.ServletException,
                             IOException
        Overrides:
        doGet in class javax.servlet.http.HttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • doFetch

        protected void doFetch​(javax.servlet.http.HttpServletRequest req,
                               javax.servlet.http.HttpServletResponse resp)
                        throws javax.servlet.ServletException,
                               IOException
        Throws:
        javax.servlet.ServletException
        IOException