public class HandleServlet extends DSpaceServlet
/community/1721.1/1234. If there
is anything after the Handle, the request is forwarded to the appropriate
servlet. For example:
/community/1721.1/1234/simple-search
would be forwarded to /simple-search. If there is nothing
after the Handle, the community or collection home page is shown.
| Constructor and Description |
|---|
HandleServlet() |
| 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.
|
doDSPost, doGet, doPostdoDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceprotected 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.IOExceptionCopyright © 2018 DuraSpace. All Rights Reserved.