|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.dspace.app.webui.servlet.DSpaceServlet
org.dspace.app.webui.servlet.admin.EditCommunitiesServlet
public class EditCommunitiesServlet
Servlet for editing communities and collections, including deletion, creation, and metadata editing
| Field Summary | |
|---|---|
static int |
CONFIRM_DELETE_COLLECTION
User wants to delete a collection |
static int |
CONFIRM_DELETE_COMMUNITY
User confirmed community deletion |
static int |
CONFIRM_EDIT_COLLECTION
User commited collection edit or creation |
static int |
CONFIRM_EDIT_COMMUNITY
User commited community edit or creation |
static int |
START_CREATE_COLLECTION
User wants to create a collection |
static int |
START_CREATE_COMMUNITY
User wants to create a community |
static int |
START_DELETE_COLLECTION
User wants to delete a collection |
static int |
START_DELETE_COMMUNITY
User wants to delete a community |
static int |
START_EDIT_COLLECTION
User wants to edit a collection |
static int |
START_EDIT_COMMUNITY
User wants to edit a community |
| Constructor Summary | |
|---|---|
EditCommunitiesServlet()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.dspace.app.webui.servlet.DSpaceServlet |
|---|
doGet, doPost |
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int START_EDIT_COMMUNITY
public static final int START_DELETE_COMMUNITY
public static final int START_CREATE_COMMUNITY
public static final int START_EDIT_COLLECTION
public static final int START_DELETE_COLLECTION
public static final int START_CREATE_COLLECTION
public static final int CONFIRM_EDIT_COMMUNITY
public static final int CONFIRM_DELETE_COMMUNITY
public static final int CONFIRM_EDIT_COLLECTION
public static final int CONFIRM_DELETE_COLLECTION
| Constructor Detail |
|---|
public EditCommunitiesServlet()
| Method Detail |
|---|
protected void doDSGet(Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException,
SQLException,
AuthorizeException
DSpaceServlet
doDSGet in class DSpaceServletcontext - a DSpace Context objectrequest - the HTTP requestresponse - the HTTP response
SQLException - if a database error occurs
AuthorizeException - if some authorization error occurs
javax.servlet.ServletException
IOException
protected void doDSPost(Context context,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException,
SQLException,
AuthorizeException
DSpaceServlet
doDSPost in class DSpaceServletcontext - a DSpace Context objectrequest - the HTTP requestresponse - the HTTP response
SQLException - if a database error occurs
AuthorizeException - if some authorization error occurs
javax.servlet.ServletException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||