|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.struts.action.ActionForm
com.ge.research.acuity.web.struts.form.HelpForm
Holds the information to be displayed (and possibly connected to) by the http client.
| Field Summary |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Constructor Summary | |
HelpForm()
|
|
| Method Summary | |
java.util.List |
getHelpMessages()
Returns the list of help messages to display |
java.util.List |
getHelpReferences()
Returns the list of resources to connect to and display |
java.lang.String |
getResourceLabel()
Returns the resource label. |
java.lang.String |
getResourceURI()
Returns the resourceURI value. |
void |
setInformation(java.lang.Object[] info)
Sets the information set to display |
void |
setResourceLabel(java.lang.String resourceLabel)
Sets the resource label |
void |
setResourceURI(java.lang.String resourceURI)
Sets the resourceURI attribute |
| 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 HelpForm()
| Method Detail |
public java.util.List getHelpMessages()
public java.util.List getHelpReferences()
public java.lang.String getResourceLabel()
public java.lang.String getResourceURI()
public void setInformation(java.lang.Object[] info)
info - the information set to displaypublic void setResourceLabel(java.lang.String resourceLabel)
resourceLabel - the resource label to set.public void setResourceURI(java.lang.String resourceURI)
resourceURI - the resourceURI to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||