Class | Description |
LinkBean | Generates an HTML link tag using the link, linkAttributes, and text properties. By default, the link class is hyperlink. After setting these properties, use the toString( ) method to generate an HTML link tag in the following format: <A HREF="link" linkAttributes>text</A> |
Class | Description |
BaseActionForm | The base ActionForm for all other Information Console ActionForms. Provides methods related to postback. |
PingActionForm | Stores information used by the ping action. Ping detects the status of Information Console and iHub communication. |