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 Java Components ActionForms. Provides methods related to postback. |