Class DashboardPropertyListController

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

    @WebServlet(name="DashboardPropertyListController",
                urlPatterns="/dashboardPropList")
    public class DashboardPropertyListController
    extends VitroHttpServlet
    Handles requests for entity information. The methods for sorting Property/ObjectPropertyStatement Lists are here also.
    Author:
    bdc34
    See Also:
    Serialized Form
    • Constructor Detail

      • DashboardPropertyListController

        public DashboardPropertyListController()
    • Method Detail

      • doGet

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

        public void doPost​(javax.servlet.http.HttpServletRequest request,
                           javax.servlet.http.HttpServletResponse response)
                    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