com.aoindustries.website.clientarea.accounting
Class MakePaymentNewCardCompletedAction

java.lang.Object
  extended by Action
      extended by com.aoindustries.website.SiteSettingsAction
          extended by com.aoindustries.website.LocaleAction
              extended by com.aoindustries.website.SkinAction
                  extended by com.aoindustries.website.ProtocolAction
                      extended by com.aoindustries.website.HttpsAction
                          extended by com.aoindustries.website.AuthenticatedAction
                              extended by com.aoindustries.website.clientarea.accounting.MakePaymentNewCardAction
                                  extended by com.aoindustries.website.clientarea.accounting.MakePaymentNewCardCompletedAction

public class MakePaymentNewCardCompletedAction
extends MakePaymentNewCardAction

Payment from stored credit card.

Author:
AO Industries, Inc.

Field Summary
 
Fields inherited from class com.aoindustries.website.ProtocolAction
HTTP, HTTPS
 
Constructor Summary
MakePaymentNewCardCompletedAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, SiteSettings siteSettings, java.util.Locale locale, Skin skin, com.aoindustries.aoserv.client.AOServConnector aoConn)
          Once authentication has been handled, this version of the execute method is invoked.
 
Methods inherited from class com.aoindustries.website.clientarea.accounting.MakePaymentNewCardAction
initRequestAttributes
 
Methods inherited from class com.aoindustries.website.AuthenticatedAction
executeProtocolAccepted, getAoConn, getAuthenticatedAoConn
 
Methods inherited from class com.aoindustries.website.HttpsAction
getAcceptableProtocols
 
Methods inherited from class com.aoindustries.website.ProtocolAction
execute
 
Methods inherited from class com.aoindustries.website.SkinAction
execute, getDefaultSkin, getSkin
 
Methods inherited from class com.aoindustries.website.LocaleAction
execute, getDefaultLocale, getEffectiveLocale
 
Methods inherited from class com.aoindustries.website.SiteSettingsAction
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MakePaymentNewCardCompletedAction

public MakePaymentNewCardCompletedAction()
Method Detail

execute

public final ActionForward execute(ActionMapping mapping,
                                   ActionForm form,
                                   javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response,
                                   SiteSettings siteSettings,
                                   java.util.Locale locale,
                                   Skin skin,
                                   com.aoindustries.aoserv.client.AOServConnector aoConn)
                            throws java.lang.Exception
Description copied from class: AuthenticatedAction
Once authentication has been handled, this version of the execute method is invoked. The default implementation of this method simply returns the mapping of "success".

Overrides:
execute in class MakePaymentNewCardAction
Throws:
java.lang.Exception