com.aoindustries.website.clientarea.accounting
Class MakePaymentNewCardCompletedAction
java.lang.Object
Action
com.aoindustries.website.SiteSettingsAction
com.aoindustries.website.LocaleAction
com.aoindustries.website.SkinAction
com.aoindustries.website.ProtocolAction
com.aoindustries.website.HttpsAction
com.aoindustries.website.AuthenticatedAction
com.aoindustries.website.clientarea.accounting.MakePaymentNewCardAction
com.aoindustries.website.clientarea.accounting.MakePaymentNewCardCompletedAction
public class MakePaymentNewCardCompletedAction
- extends MakePaymentNewCardAction
Payment from stored credit card.
- Author:
- AO Industries, Inc.
|
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MakePaymentNewCardCompletedAction
public MakePaymentNewCardCompletedAction()
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