Class EditRequestAJAXController

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

    @WebServlet(name="EditRequestAJAX",
                urlPatterns="/editRequestAJAX")
    public class EditRequestAJAXController
    extends VitroHttpServlet
    This servlet is intended to handle all requests to create a form for use by the N3 editing system. It will examine the request parameters, determine which form to use, execute a EditConfiguration setup, and evaluate the view indicated by the EditConfiguration. Do not add code to this class to achieve some behavior in a form. Try adding the behavior logic to the code that generates the EditConfiguration for the form.
    See Also:
    Serialized Form
    • Field Detail

      • log

        public static org.apache.commons.logging.Log log
    • Constructor Detail

      • EditRequestAJAXController

        public EditRequestAJAXController()