Class MenuManagementEdit

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

    @WebServlet(name="MenuManagementEdit",
                urlPatterns="/menuManagementEdit")
    public class MenuManagementEdit
    extends VitroHttpServlet
    Process edits from display model editing, so form should submit to this page which should then process the parameters and then make the necessary changes to the model.
    See Also:
    Serialized Form
    • Constructor Detail

      • MenuManagementEdit

        public MenuManagementEdit()
    • Method Detail

      • doPost

        protected void doPost​(javax.servlet.http.HttpServletRequest rawRequest,
                              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
      • isReorder

        public boolean isReorder​(String command)
      • isHomePage

        public boolean isHomePage​(String uri)
      • processCommand

        public void processCommand​(String command,
                                   VitroRequest vreq,
                                   javax.servlet.http.HttpServletResponse resp)