Class VocabAdminForm

java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.vocab.action.form.VocabAdminForm
All Implemented Interfaces:
Serializable

public class VocabAdminForm extends org.apache.struts.action.ActionForm
A Struts Form bean for presenting vocab configuration information
Author:
Ryan Deardorff
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
     
    protected MetadataVocab
     

    Fields inherited from class org.apache.struts.action.ActionForm

    multipartRequestHandler, servlet
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the loaderFeedback attribute of the VocabAdminForm object
    void
    setLoaderFeedback(String loaderFeedback)
    Sets the loaderFeedback attribute of the VocabAdminForm object

    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
  • Field Details

  • Constructor Details

    • VocabAdminForm

      public VocabAdminForm()
  • Method Details

    • setLoaderFeedback

      public void setLoaderFeedback(String loaderFeedback)
      Sets the loaderFeedback attribute of the VocabAdminForm object
      Parameters:
      loaderFeedback - The new loaderFeedback value
    • getLoaderFeedback

      public String getLoaderFeedback()
      Gets the loaderFeedback attribute of the VocabAdminForm object
      Returns:
      The loaderFeedback value