Class GrefineMqlreadServlet

  • All Implemented Interfaces:
    MultipartRequestWrapper.ParsingStrategy, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    @WebServlet(name="Google Refine Mqlread Service",
                urlPatterns="/grefineMqlread")
    public class GrefineMqlreadServlet
    extends VitroHttpServlet
    This servlet is for servicing Google Refine's "Add columns from VIVO"'s search for individual properties. e.g. search for Joe Smith's email in VIVO and download to Google Refine under a new email column.
    Author:
    Eliza Chan (elc2013@med.cornell.edu)
    See Also:
    Serialized Form
    • Constructor Detail

      • GrefineMqlreadServlet

        public GrefineMqlreadServlet()
    • Method Detail

      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest req,
                              javax.servlet.http.HttpServletResponse resp)
                       throws javax.servlet.ServletException,
                              IOException
        Description copied from class: VitroHttpServlet
        doPost does the same thing as the doGet method
        Overrides:
        doPost in class VitroHttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • doGet

        protected void doGet​(javax.servlet.http.HttpServletRequest req,
                             javax.servlet.http.HttpServletResponse resp)
                      throws javax.servlet.ServletException,
                             IOException
        Description copied from class: VitroHttpServlet
        doGet does nothing.
        Overrides:
        doGet in class VitroHttpServlet
        Throws:
        javax.servlet.ServletException
        IOException