|
||||||||||
| 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.CollectionWizardServlet
public class CollectionWizardServlet
Collection creation wizard UI
| Field Summary | |
|---|---|
static int |
BASIC_INFO
Basic information page |
static int |
DEFAULT_ITEM
Default item page |
static int |
INITIAL_QUESTIONS
Initial questions page |
static int |
PERM_ADMIN
Permissions page for collection administrators |
static int |
PERM_READ
Permissions page for who gets read permissions on new items |
static int |
PERM_SUBMIT
Permissions page for submitters |
static int |
PERM_WF1
Permissions page for workflow step 1 |
static int |
PERM_WF2
Permissions page for workflow step 2 |
static int |
PERM_WF3
Permissions page for workflow step 3 |
static int |
PERMISSIONS
Permissions pages |
static int |
SUMMARY
Summary page |
| Constructor Summary | |
|---|---|
CollectionWizardServlet()
|
|
| 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 INITIAL_QUESTIONS
public static final int BASIC_INFO
public static final int PERMISSIONS
public static final int DEFAULT_ITEM
public static final int SUMMARY
public static final int PERM_READ
public static final int PERM_SUBMIT
public static final int PERM_WF1
public static final int PERM_WF2
public static final int PERM_WF3
public static final int PERM_ADMIN
| Constructor Detail |
|---|
public CollectionWizardServlet()
| 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 | |||||||||