Class Summary |
ApplicationMapping |
Implementation of ActionMapping for the Struts
example application. |
CheckLogonTag |
Check for a valid User logged on in the current session. |
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. |
IndexBacking |
Backing bean for the index.jsp page. |
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. |
LogoffAction |
Implementation of Action that processes a
user logoff. |
LogonAction |
Implementation of Action that validates a user logon. |
LogonForm |
Form bean for the user profile page. |
MainMenuBacking |
Backing bean for the mainMenu.jsp page. |
RegistrationBacking |
Backing bean for the registration.jsp page. |
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. |
SubscriptionForm |
Form bean for the user profile page. |