Class MenuManagementEdit
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- edu.cornell.mannlib.vitro.webapp.controller.VitroHttpServlet
-
- edu.cornell.mannlib.vitro.webapp.controller.edit.MenuManagementEdit
-
- All Implemented Interfaces:
MultipartRequestWrapper.ParsingStrategy,Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
@WebServlet(name="MenuManagementEdit", urlPatterns="/menuManagementEdit") public class MenuManagementEdit extends VitroHttpServletProcess 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.controller.VitroHttpServlet
VitroHttpServlet.PickListSorter
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.VitroHttpServlet
HTML_MIMETYPE, JSON_LD_MIMETYPE, JSON_MIMETYPE, N3_MIMETYPE, publicDateFormat, RDFXML_MIMETYPE, TTL_MIMETYPE, XHTML_MIMETYPE
-
-
Constructor Summary
Constructors Constructor Description MenuManagementEdit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoPost(javax.servlet.http.HttpServletRequest rawRequest, javax.servlet.http.HttpServletResponse resp)doPost does the same thing as the doGet methodStringgetCommand(VitroRequest vreq)booleanisHomePage(String uri)booleanisReorder(String command)voidprocessCommand(String command, VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.VitroHttpServlet
doGet, dumpRequestParameters, isAuthorizedToDisplayPage, maximumMultipartFileSize, redirectToInsufficientAuthorizationPage, redirectToLoginPage, redirectUnauthorizedRequest, service, sortForPickList, stashFileSizeException
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service
-
-
-
-
Method Detail
-
doPost
protected void doPost(javax.servlet.http.HttpServletRequest rawRequest, javax.servlet.http.HttpServletResponse resp) throws javax.servlet.ServletException, IOExceptionDescription copied from class:VitroHttpServletdoPost does the same thing as the doGet method- Overrides:
doPostin classVitroHttpServlet- Throws:
javax.servlet.ServletExceptionIOException
-
getCommand
public String getCommand(VitroRequest vreq)
-
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)
-
-