|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
org.dlese.dpc.dds.action.form.VocabCachingActionForm
org.dlese.dpc.dds.action.form.DDSViewCollectionForm
public final class DDSViewCollectionForm
A Struts Form bean for handling DDS view collection requests
| Field Summary |
|---|
| Fields inherited from class org.dlese.dpc.dds.action.form.VocabCachingActionForm |
|---|
system, vocab, vocabCache, vocabCacheGroup, vocabInterface |
| Fields inherited from class org.apache.struts.action.ActionForm |
|---|
multipartRequestHandler, servlet |
| Constructor Summary | |
|---|---|
DDSViewCollectionForm()
Constructor for the DDSViewResourceForm object |
|
| Method Summary | |
|---|---|
DleseCollectionDocReader |
getDocReader()
Gets the docReader attribute of the DDSViewCollectionForm object |
String |
getError()
Gets the error attribute of the DDSViewCollectionForm object |
String |
getHeadless()
Headless means display collection info without surrounding HTML (banners, footers, etc). |
ResultDoc |
getResultDoc()
Gets the resultDoc attribute of the DDSViewCollectionForm object |
void |
setError(String error)
Sets the error attribute of the DDSViewCollectionForm object |
void |
setHeadless(boolean headless)
Sets the headless attribute of the DDSViewCollectionForm object |
void |
setResultDoc(ResultDoc resultDoc)
Sets the resultDoc attribute of the DDSViewCollectionForm object |
| Methods inherited from class org.dlese.dpc.dds.action.form.VocabCachingActionForm |
|---|
clearVocabCache, getCachedVocabValuesInOrder, getCachedVocabValuesLastIndex, getSystem, setSystem, setVocab, setVocabCacheValue, setVocabInterface |
| Methods inherited from class org.apache.struts.action.ActionForm |
|---|
getMultipartRequestHandler, getServlet, getServletWrapper, reset, 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 DDSViewCollectionForm()
| Method Detail |
|---|
public void setResultDoc(ResultDoc resultDoc)
resultDoc - The new resultDoc valuepublic void setHeadless(boolean headless)
headless - The new headless valuepublic String getHeadless()
public ResultDoc getResultDoc()
public DleseCollectionDocReader getDocReader()
public void setError(String error)
error - The new error valuepublic String getError()
|
DLESE Tools v1.6.0 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||