|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.schemedit.action.form.DCSBrowseForm
public class DCSBrowseForm
Supports the collection browser of the DCS. This class works in conjunction
with DCSBrowseAction
.
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
DCSBrowseForm()
Constructor for the DCSBrowseForm object |
Method Summary | |
---|---|
String |
getContextURL()
Gets the contextURL attribute of the DCSBrowseForm object |
int |
getNumDocs()
|
List |
getSets()
Gets the sets configured in the RepositoryManager. |
String |
getSortSpec()
Gets the sortSpec attribute of the RepositoryAdminForm object |
Map |
getUserRoles()
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
HttpServletRequest request)
DESCRIPTION |
void |
setContextURL(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(HttpServletRequest request)
Sets the request attribute of the DCSBrowseForm object. |
void |
setSets(List setInfoSets)
Sets the sets attribute of the RepositoryAdminForm object. |
void |
setSortSpec(String sortSpec)
Sets the sortSpec attribute of the RepositoryAdminForm object |
void |
setUserRoles(Map roleMap)
|
Methods inherited from class org.apache.struts.action.ActionForm |
---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DCSBrowseForm()
Method Detail |
---|
public int getNumDocs()
public void setNumDocs(int num)
public String getContextURL()
public void setContextURL(String contextURL)
contextURL
- The new contextURL valuepublic List getSets()
public void setSets(List setInfoSets)
DcsSetInfo
.
setInfoSets
- The new sets valuepublic Map getUserRoles()
public void setUserRoles(Map roleMap)
public String getSortSpec()
public void setSortSpec(String sortSpec)
sortSpec
- The new sortSpec valuepublic void reset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request)
reset
in class org.apache.struts.action.ActionForm
mapping
- DESCRIPTIONrequest
- DESCRIPTIONpublic void setRequest(HttpServletRequest request)
request
- The new request valuepublic static void setDebug(boolean db)
db
- The new debug value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |