| Class | Description |
|---|---|
| BaseEditAction |
BaseEditAction
|
| BaseSearchAction |
Base action for searches - this is a place to put the 'magic strings' that connect the
JSP forms and pages to the action, and to impose a certain amount of uniformity on
our (currently-very-non-uniform) search processing.
|
| CSVDownloadAction |
Expects that the following parameters are available from the request object:
EXPORT_COLUMNS set to the value of the session attribute containing the
exportColumns
PAGE_LIST_DATA set to the value of the session attribute containg the List
of items to export
UNIQUE_NAME set to the value of the uniqueName associated with this list
from the CSVTag
|
| DispatchedAction |
Abstract POST action class that provides for
setup->confirm->commit
lifecycle.
|
| GenericIndexAction |
IndexAction extends RhnAction
|
| Login401SetupAction |
Login401SetupAction
|
| LoginAction |
LoginAction
|
| LoginHelper |
LoginHelper
|
| LoginSetupAction |
LoginSetupAction
|
| LogoutAction |
LogoutAction
|
| OptionsCollectionBean |
Simple bean class for options collections.
|
| SearchAction |
SearchAction
|
| SetLabels |
SetLabels
|
| YourRhnAction |
YourRhnAction
|