public class RequestItemServlet extends DSpaceServlet
| Modifier and Type | Field and Description |
|---|---|
static int |
APROVE_TOKEN
The link Aproved genarate letter step
|
static int |
ENTER_FORM_PAGE
The information get by form step
|
static int |
ENTER_TOKEN
The link by submmiter email step
|
static int |
RESUME_FREEACESS |
static int |
RESUME_REQUEST |
| Constructor and Description |
|---|
RequestItemServlet() |
| 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 ENTER_FORM_PAGE
public static final int ENTER_TOKEN
public static final int APROVE_TOKEN
public static final int RESUME_REQUEST
public static final int RESUME_FREEACESS
protected void doDSGet(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException, SQLException, AuthorizeException
DSpaceServletdoDSGet in class DSpaceServletcontext - a DSpace Context objectrequest - the HTTP requestresponse - the HTTP responseSQLException - if a database error occursAuthorizeException - if some authorization error occursjavax.servlet.ServletExceptionIOExceptionprotected void doDSPost(Context context, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException, SQLException, AuthorizeException
DSpaceServletdoDSPost in class DSpaceServletcontext - a DSpace Context objectrequest - the HTTP requestresponse - the HTTP responseSQLException - if a database error occursAuthorizeException - if some authorization error occursjavax.servlet.ServletExceptionIOExceptionCopyright © 2016 DuraSpace. All Rights Reserved.