DLESE Tools
v1.6.0

org.dlese.dpc.dds.action.form
Class DDSViewCollectionForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.dlese.dpc.dds.action.form.VocabCachingActionForm
          extended by org.dlese.dpc.dds.action.form.DDSViewCollectionForm
All Implemented Interfaces:
Serializable

public final class DDSViewCollectionForm
extends VocabCachingActionForm
implements Serializable

A Struts Form bean for handling DDS view collection requests

Author:
Ryan Deardorff
See Also:
Serialized Form

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

DDSViewCollectionForm

public DDSViewCollectionForm()
Constructor for the DDSViewResourceForm object

Method Detail

setResultDoc

public void setResultDoc(ResultDoc resultDoc)
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

public String getHeadless()
Headless means display collection info without surrounding HTML (banners, footers, etc).

Returns:
The headless value

getResultDoc

public ResultDoc getResultDoc()
Gets the resultDoc attribute of the DDSViewCollectionForm object

Returns:
The resultDoc value

getDocReader

public DleseCollectionDocReader getDocReader()
Gets the docReader attribute of the DDSViewCollectionForm object

Returns:
The docReader value

setError

public void setError(String error)
Sets the error attribute of the DDSViewCollectionForm object

Parameters:
error - The new error value

getError

public String getError()
Gets the error attribute of the DDSViewCollectionForm object

Returns:
The error value

DLESE Tools
v1.6.0