Package org.dlese.dpc.vocab.action.form
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
FieldsFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the loaderFeedback attribute of the VocabAdminForm objectvoidsetLoaderFeedback(String loaderFeedback) Sets the loaderFeedback attribute of the VocabAdminForm objectMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Field Details
-
vocab
-
loaderFeedback
-
-
Constructor Details
-
VocabAdminForm
public VocabAdminForm()
-
-
Method Details
-
setLoaderFeedback
Sets the loaderFeedback attribute of the VocabAdminForm object- Parameters:
loaderFeedback- The new loaderFeedback value
-
getLoaderFeedback
Gets the loaderFeedback attribute of the VocabAdminForm object- Returns:
- The loaderFeedback value
-