Package org.dlese.dpc.dds.action.form
Class DDSViewCollectionForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.dds.action.form.VocabCachingActionForm
org.dlese.dpc.dds.action.form.DDSViewCollectionForm
- All Implemented Interfaces:
Serializable
A Struts Form bean for handling DDS view collection requests
- Author:
- Ryan Deardorff
- See Also:
-
Field Summary
Fields inherited from class org.dlese.dpc.dds.action.form.VocabCachingActionForm
system, vocab, vocabCache, vocabCacheGroup, vocabInterfaceFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the docReader attribute of the DDSViewCollectionForm objectgetError()Gets the error attribute of the DDSViewCollectionForm objectHeadless means display collection info without surrounding HTML (banners, footers, etc).Gets the resultDoc attribute of the DDSViewCollectionForm objectvoidSets the error attribute of the DDSViewCollectionForm objectvoidsetHeadless(boolean headless) Sets the headless attribute of the DDSViewCollectionForm objectvoidsetResultDoc(ResultDoc resultDoc) Sets the resultDoc attribute of the DDSViewCollectionForm objectMethods inherited from class org.dlese.dpc.dds.action.form.VocabCachingActionForm
clearVocabCache, getCachedVocabValuesInOrder, getCachedVocabValuesLastIndex, getSystem, setSystem, setVocab, setVocabCacheValue, setVocabInterfaceMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
DDSViewCollectionForm
public DDSViewCollectionForm()Constructor for the DDSViewResourceForm object
-
-
Method Details
-
setResultDoc
Sets the resultDoc attribute of the DDSViewCollectionForm object- Parameters:
resultDoc- The new resultDoc value
-
setHeadless
public void setHeadless(boolean headless) Sets the headless attribute of the DDSViewCollectionForm object- Parameters:
headless- The new headless value
-
getHeadless
Headless means display collection info without surrounding HTML (banners, footers, etc).- Returns:
- The headless value
-
getResultDoc
Gets the resultDoc attribute of the DDSViewCollectionForm object- Returns:
- The resultDoc value
-
getDocReader
Gets the docReader attribute of the DDSViewCollectionForm object- Returns:
- The docReader value
-
setError
Sets the error attribute of the DDSViewCollectionForm object- Parameters:
error- The new error value
-
getError
Gets the error attribute of the DDSViewCollectionForm object- Returns:
- The error value
-