Uses of Class
org.apache.struts.actions.MappingDispatchAction

Packages that use MappingDispatchAction
org.apache.struts.apps.mailreader.actions   
org.apache.struts.webapp.dispatch   
 

Uses of MappingDispatchAction in org.apache.struts.apps.mailreader.actions
 

Subclasses of MappingDispatchAction in org.apache.struts.apps.mailreader.actions
 class BaseAction
           Base Action for MailReader application.
 class LocaleAction
           Change user's Struts Locale.
 class LogoffAction
           Log user out of the current session.
 class LogonAction
           Validate a user logon.
 class MainMenuAction
           Forward to logon result if user object is missing, otherwise forward to the MainMenu result (success).
 class RegistrationAction
           Provide an Edit method for retrieving an existing user, and a Save method for updating or inserting a user.
 class SubscriptionAction
           Provide an Edit method for retrieving an existing subscription, and a Save method for updating or inserting a subscription.
 class WelcomeAction
           Confirm required resources are available before displaying initial page.
 

Uses of MappingDispatchAction in org.apache.struts.webapp.dispatch
 

Subclasses of MappingDispatchAction in org.apache.struts.webapp.dispatch
 class MappingDispatchExampleAction
          Example DispatchAction.
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.