public class BitstreamFormatRegistry extends DSpaceServlet
| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIRM_DELETE
User confirms delete of a format
|
static int |
CONFIRM_EDIT
User confirms edit of a format
|
static int |
CREATE
User wants to create a new format
|
static int |
START_DELETE
User wants to delete a format
|
static int |
START_EDIT
User wants to edit a format
|
| Constructor and Description |
|---|
BitstreamFormatRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDSGet(Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process an incoming HTTP GET.
|
protected void |
doDSPost(Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Process an incoming HTTP POST.
|
doGet, doPostdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final int START_EDIT
public static final int START_DELETE
public static final int CONFIRM_EDIT
public static final int CONFIRM_DELETE
public static final int CREATE
protected void doDSGet(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException, java.sql.SQLException, AuthorizeException
DSpaceServletdoDSGet in class DSpaceServletcontext - a DSpace Context objectrequest - the HTTP requestresponse - the HTTP responsejava.sql.SQLException - if a database error occursAuthorizeException - if some authorization error occursjavax.servlet.ServletExceptionjava.io.IOExceptionprotected void doDSPost(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, java.io.IOException, java.sql.SQLException, AuthorizeException
DSpaceServletdoDSPost in class DSpaceServletcontext - a DSpace Context objectrequest - the HTTP requestresponse - the HTTP responsejava.sql.SQLException - if a database error occursAuthorizeException - if some authorization error occursjavax.servlet.ServletExceptionjava.io.IOExceptionCopyright © 2018 DuraSpace. All Rights Reserved.