@WebServlet(name="EditRequestAJAX",
urlPatterns="/editRequestAJAX")
public class EditRequestAJAXController
extends VitroHttpServlet
VitroHttpServlet.PickListSorter| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
log |
HTML_MIMETYPE, JSON_LD_MIMETYPE, JSON_MIMETYPE, N3_MIMETYPE, publicDateFormat, RDFXML_MIMETYPE, TTL_MIMETYPE, XHTML_MIMETYPE| Constructor and Description |
|---|
EditRequestAJAXController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
doGet does nothing.
|
protected void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
doPost does the same thing as the doGet method
|
protected EditConfigurationVTwo |
getEditConfiguration(VitroRequest vreq) |
protected AuthorizationRequest |
requiredActions(VitroRequest vreq) |
dumpRequestParameters, isAuthorizedToDisplayPage, maximumMultipartFileSize, redirectToInsufficientAuthorizationPage, redirectToLoginPage, redirectUnauthorizedRequest, service, sortForPickList, stashFileSizeExceptiondoDelete, doHead, doOptions, doPut, doTrace, getLastModified, serviceprotected AuthorizationRequest requiredActions(VitroRequest vreq)
protected void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
VitroHttpServletdoPost in class VitroHttpServletjavax.servlet.ServletExceptionIOExceptionprotected void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
VitroHttpServletdoGet in class VitroHttpServletjavax.servlet.ServletExceptionIOExceptionprotected EditConfigurationVTwo getEditConfiguration(VitroRequest vreq)
Copyright © 2021. All rights reserved.