Class Summary |
ApplicationMapping |
Implementation of ActionMapping for the Struts
example application. |
BaseAction |
Base Action for MailReader application. |
Constants |
Manifest constants for the example application. |
EditRegistrationAction |
Implementation of Action that populates an instance of
RegistrationForm from the profile of the currently logged on
User (if any). |
EditSubscriptionAction |
Implementation of Action that populates an instance of
SubscriptionForm from the currently specified subscription. |
LinkSubscriptionTag |
Generate a URL-encoded hyperlink to the specified URI, with
associated query parameters selecting a specified Subscription. |
LinkUserTag |
Generate a URL-encoded hyperlink to the specified URI, with
associated query parameters selecting a specified User. |
LocaleAction |
Change user's Struts @link(java.util.Locale). |
LogoffAction |
Implementation of Action that processes a
user logoff. |
LogonAction |
Validate a user logon. |
MainMenuAction |
|
RegistrationForm |
Form bean for the user registration page. |
SaveRegistrationAction |
Implementation of Action that validates and creates or
updates the user registration information entered by the user. |
SaveSubscriptionAction |
Implementation of Action that validates and creates or
updates the mail subscription entered by the user. |
ScriptTag |
|
SubscriptionForm |
Form bean for the user profile page. |
WelcomeAction |
Confirm required resources are available. |