Class GetClazzObjectProperties

    • Constructor Detail

      • GetClazzObjectProperties

        public GetClazzObjectProperties()
    • Method Detail

      • doGet

        public void doGet​(javax.servlet.http.HttpServletRequest request,
                          javax.servlet.http.HttpServletResponse response)
                   throws javax.servlet.ServletException,
                          IOException
        Description copied from class: VitroHttpServlet
        doGet does nothing.
        Overrides:
        doGet in class VitroHttpServlet
        Throws:
        javax.servlet.ServletException
        IOException
      • doPost

        public void doPost​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    throws javax.servlet.ServletException,
                           IOException
        The doPost method of the servlet.
        This method is called when a form has its tag value method equals to post.
        Overrides:
        doPost in class VitroHttpServlet
        Parameters:
        request - the request send by the client to the server
        response - the response send by the server to the client
        Throws:
        javax.servlet.ServletException - if an error occurred
        IOException - if an error occurred