com.ge.research.acuity.web.struts.form
Class HelpForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.ge.research.acuity.web.struts.form.HelpForm
All Implemented Interfaces:
java.io.Serializable

public class HelpForm
extends org.apache.struts.action.ActionForm

Holds the information to be displayed (and possibly connected to) by the http client.

Version:
$Revision: 1.1 $ $Date: 2006/08/11 00:17:48 $
Author:
garbiras
See Also:
Serialized Form
Created on:
Oct 7, 2005

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

HelpForm

public HelpForm()
Method Detail

getHelpMessages

public java.util.List getHelpMessages()
Returns the list of help messages to display

Returns:
the list of help messages to display

getHelpReferences

public java.util.List getHelpReferences()
Returns the list of resources to connect to and display

Returns:
the list of resources to connect to and display

getResourceLabel

public java.lang.String getResourceLabel()
Returns the resource label.

Returns:
The resource label.

getResourceURI

public java.lang.String getResourceURI()
Returns the resourceURI value.

Returns:
The resourceURI value.

setInformation

public void setInformation(java.lang.Object[] info)
Sets the information set to display

Parameters:
info - the information set to display

setResourceLabel

public void setResourceLabel(java.lang.String resourceLabel)
Sets the resource label

Parameters:
resourceLabel - the resource label to set.

setResourceURI

public void setResourceURI(java.lang.String resourceURI)
Sets the resourceURI attribute

Parameters:
resourceURI - the resourceURI to set.