Class SuggestForm
java.lang.Object
org.apache.struts.action.ActionForm
org.dlese.dpc.suggest.action.form.SuggestForm
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SuggestCommentForm,SuggestResourceForm
public class SuggestForm
extends org.apache.struts.action.ActionForm
Base ActionForm for Suggestor controllers that access a
SuggestionRecord.- Version:
- $Id: SuggestForm.java,v 1.5 2009/03/20 23:34:00 jweather Exp $
- Author:
- ostwald
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected SchemaHelperNOT YET DOCUMENTEDprotected MetadataVocabNOT YET DOCUMENTEDFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()resets the bean's key attributesbooleangetCoppa()booleangetPopup()voidreset(org.apache.struts.action.ActionMapping mapping, HttpServletRequest request) Stub for reseting form variablesvoidsetCoppa(boolean val) voidsetPopup(boolean b) voidsetSchemaHelper(SchemaHelper schemaHelper) Sets the schemaHelper attribute of the SuggestForm objectvoidsetVocab(MetadataVocab vocab) Sets the vocab attribute of the SuggestForm objectMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate, validate
-
Field Details
-
schemaHelper
NOT YET DOCUMENTED -
vocab
NOT YET DOCUMENTED -
coppa
protected boolean coppa -
popup
protected boolean popup
-
-
Constructor Details
-
SuggestForm
public SuggestForm()Constructor
-
-
Method Details
-
reset
Stub for reseting form variables- Overrides:
resetin classorg.apache.struts.action.ActionForm- Parameters:
mapping- Description of the Parameterrequest- Description of the Parameter
-
clear
public void clear()resets the bean's key attributes -
setVocab
Sets the vocab attribute of the SuggestForm object- Parameters:
vocab- The new vocab value
-
setSchemaHelper
Sets the schemaHelper attribute of the SuggestForm object- Parameters:
schemaHelper- The new schemaHelper value
-
getPopup
public boolean getPopup() -
setPopup
public void setPopup(boolean b) -
getCoppa
public boolean getCoppa() -
setCoppa
public void setCoppa(boolean val)
-