|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.struts.action.ActionForm org.dlese.dpc.suggest.action.form.SuggestXMLForm
public class SuggestXMLForm
A Struts Form bean for handling submission of XML records based on XPath-name HTML form inputs
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
SuggestXMLForm()
|
Method Summary | |
---|---|
void |
addErrorMessage(String errorMessage)
Adds a feature to the ErrorMessage attribute of the SuggestXMLForm object |
String |
getErrorMessage()
Gets the errorMessage attribute of the SubmitNewsOppsForm object |
String |
getInputValue(String inputName)
Gets the inputValue attribute of the SuggestXMLForm object |
String |
getInputValues(String inputName)
Gets the inputValues attribute of the SuggestXMLForm object |
boolean |
getServicesSubmissionError()
Gets the servicesSubmissionError attribute of the SuggestXMLForm object |
String |
getXmlRecord()
Gets the xmlRecord attribute of the SubmitNewsOppsForm object |
void |
setErrorMessage(String errorMessage)
Sets the errorMessage attribute of the SubmitNewsOppsForm object |
void |
setInputValue(String inputName,
String inputValue)
Sets the inputValue attribute of the SuggestXMLForm object |
void |
setServicesSubmissionError(boolean value)
Sets the servicesSubmissionError attribute of the SuggestXMLForm object |
void |
setXmlRecord(String xmlRecord)
Sets the xmlRecord attribute of the SubmitNewsOppsForm 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 |
Constructor Detail |
---|
public SuggestXMLForm()
Method Detail |
---|
public void setXmlRecord(String xmlRecord)
xmlRecord
- The new xmlRecord valuepublic boolean getServicesSubmissionError()
public void setServicesSubmissionError(boolean value)
value
- The new servicesSubmissionError valuepublic String getXmlRecord()
public void setErrorMessage(String errorMessage)
errorMessage
- The new errorMessage valuepublic String getErrorMessage()
public void addErrorMessage(String errorMessage)
errorMessage
- The feature to be added to the ErrorMessage attributepublic String getInputValue(String inputName)
inputName
-
public String getInputValues(String inputName)
inputName
-
public void setInputValue(String inputName, String inputValue)
inputName
- The new inputValue valueinputValue
- The new inputValue value
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |