Module com.aoindustries.web.struts
Class MakePaymentNewCardAction
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
- Direct Known Subclasses:
MakePaymentNewCardCompletedAction
Gets the form for adding a credit card.
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, AoservConnector aoConn) Once authentication has been handled, this version of the execute method is invoked.protected void
initRequestAttributes
(HttpServletRequest request, ServletContext context) Methods inherited from class com.aoindustries.web.struts.AuthenticatedAction
execute, getAoConn, getAuthenticatedAoConn
Methods inherited from class com.aoindustries.web.struts.PageAction
execute
Methods 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
-
MakePaymentNewCardAction
public MakePaymentNewCardAction()
-
-
Method Details
-
execute
public ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response, AoservConnector aoConn) throws 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 classAuthenticatedAction
- Throws:
Exception
-
initRequestAttributes
protected void initRequestAttributes(HttpServletRequest request, ServletContext context) throws SQLException, IOException - Throws:
SQLException
IOException
-