public class DCSBrowseForm
extends org.apache.struts.action.ActionForm
implements java.io.Serializable
DCSBrowseAction.| Constructor and Description |
|---|
DCSBrowseForm()
Constructor for the DCSBrowseForm object
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContextURL()
Gets the contextURL attribute of the DCSBrowseForm object
|
int |
getNumDocs() |
java.util.List |
getSets()
Gets the sets configured in the RepositoryManager.
|
java.lang.String |
getSortSpec()
Gets the sortSpec attribute of the RepositoryAdminForm object
|
java.util.Map |
getUserRoles() |
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
DESCRIPTION
|
void |
setContextURL(java.lang.String contextURL)
Sets the contextURL attribute of the DCSBrowseForm object
|
static void |
setDebug(boolean db)
Sets the debug attribute of the object
|
void |
setNumDocs(int num) |
void |
setRequest(javax.servlet.http.HttpServletRequest request)
Sets the request attribute of the DCSBrowseForm object.
|
void |
setSets(java.util.List setInfoSets)
Sets the sets attribute of the RepositoryAdminForm object.
|
void |
setSortSpec(java.lang.String sortSpec)
Sets the sortSpec attribute of the RepositoryAdminForm object
|
void |
setUserRoles(java.util.Map roleMap) |
public int getNumDocs()
public void setNumDocs(int num)
public java.lang.String getContextURL()
public void setContextURL(java.lang.String contextURL)
contextURL - The new contextURL valuepublic java.util.List getSets()
public void setSets(java.util.List setInfoSets)
DcsSetInfo.setInfoSets - The new sets valuepublic java.util.Map getUserRoles()
public void setUserRoles(java.util.Map roleMap)
public java.lang.String getSortSpec()
public void setSortSpec(java.lang.String sortSpec)
sortSpec - The new sortSpec valuepublic void reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
reset in class org.apache.struts.action.ActionFormmapping - DESCRIPTIONrequest - DESCRIPTIONpublic void setRequest(javax.servlet.http.HttpServletRequest request)
request - The new request valuepublic static void setDebug(boolean db)
db - The new debug value