Actuate Information Console reference : Actuate Information Console JavaBeans : Information Console JavaBeans class reference : General
 
General
Table 8‑4 describes the Information Console com.actuate.activeportal.beans class that supports general functionality.
Table 8‑4 General bean class 
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>
Table 8‑5 lists and describes Information Console com.actuate.activeportal.forms classes that support general functionality.
Table 8‑5 General forms classes 
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.