General
Table 9‑3 describes the Java Components com.actuate.activeportal.beans class that supports general functionality.
Table 9‑3 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 9‑4 lists and describes Java Components com.actuate.activeportal.forms classes that support general functionality.
Table 9‑4 General forms classes 
Class
Description
BaseActionForm
The base ActionForm for all other Java Components ActionForms. Provides methods related to postback.