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

public final class DDSViewCollectionForm extends VocabCachingActionForm implements Serializable
A Struts Form bean for handling DDS view collection requests
Author:
Ryan Deardorff
See Also:
  • Constructor Details

    • DDSViewCollectionForm

      public DDSViewCollectionForm()
      Constructor for the DDSViewResourceForm object
  • Method Details

    • 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