com.aoindustries.website.clientarea.accounting
Class MakePaymentNewCardAction

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
Direct Known Subclasses:
MakePaymentNewCardCompletedAction

public class MakePaymentNewCardAction
extends AuthenticatedAction

Gets the form for adding a credit card.

Author:
AO Industries, Inc.

Field Summary
 
Fields inherited from class com.aoindustries.website.ProtocolAction
HTTP, HTTPS
 
Constructor Summary
MakePaymentNewCardAction()
           
 
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.
protected  void initRequestAttributes(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletContext context)
           
 
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

MakePaymentNewCardAction

public MakePaymentNewCardAction()
Method Detail

execute

public 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 AuthenticatedAction
Throws:
java.lang.Exception

initRequestAttributes

protected void initRequestAttributes(javax.servlet.http.HttpServletRequest request,
                                     javax.servlet.ServletContext context)
                              throws java.sql.SQLException,
                                     java.io.IOException
Throws:
java.sql.SQLException
java.io.IOException