Module com.aoindustries.web.struts
Class MakePaymentNewCardCompletedAction
java.lang.Object
org.apache.struts.action.Action
com.aoindustries.web.struts.PageAction
com.aoindustries.web.struts.AuthenticatedAction
com.aoindustries.web.struts.clientarea.accounting.MakePaymentNewCardAction
com.aoindustries.web.struts.clientarea.accounting.MakePaymentNewCardCompletedAction
Payment from stored credit card.
TODO: 303 redirect after all payment (and attempts). A client double-paid with an accidental refresh.
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal ActionForwardexecute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, AoservConnector aoConn) Once authentication has been handled, this version of the execute method is invoked.Methods inherited from class com.aoindustries.web.struts.clientarea.accounting.MakePaymentNewCardAction
initRequestAttributesMethods inherited from class com.aoindustries.web.struts.AuthenticatedAction
execute, getAoConn, getAuthenticatedAoConnMethods inherited from class com.aoindustries.web.struts.PageAction
executeMethods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
-
Constructor Details
-
MakePaymentNewCardCompletedAction
public MakePaymentNewCardCompletedAction()
-
-
Method Details
-
execute
public final ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, AoservConnector aoConn) throws Exception Description copied from class:AuthenticatedActionOnce 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:
executein classMakePaymentNewCardAction- Throws:
Exception
-
