Module com.aoindustries.web.struts
Class SignupTechnicalActionHelper
java.lang.Object
com.aoindustries.web.struts.signup.SignupTechnicalActionHelper
Managed4Action and Dedicated4Action both use this to setup the request attributes. This is implemented
here because inheritance is not possible and neither one is logically above the other.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetBaCountry(AoservConnector rootConn, SignupTechnicalForm signupTechnicalForm) static voidsetConfirmationRequestAttributes(ServletContext servletContext, HttpServletRequest request, SignupTechnicalForm signupTechnicalForm) static voidsetRequestAttributes(ServletContext servletContext, HttpServletRequest request, SignupTechnicalForm signupTechnicalForm) static voidwriteEmailConfirmation(Union_TBODY_THEAD_TFOOT<?> tbody, AoservConnector rootConn, SignupTechnicalForm signupTechnicalForm)
-
Method Details
-
setRequestAttributes
public static void setRequestAttributes(ServletContext servletContext, HttpServletRequest request, SignupTechnicalForm signupTechnicalForm) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
getBaCountry
public static String getBaCountry(AoservConnector rootConn, SignupTechnicalForm signupTechnicalForm) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
setConfirmationRequestAttributes
public static void setConfirmationRequestAttributes(ServletContext servletContext, HttpServletRequest request, SignupTechnicalForm signupTechnicalForm) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
writeEmailConfirmation
public static void writeEmailConfirmation(Union_TBODY_THEAD_TFOOT<?> tbody, AoservConnector rootConn, SignupTechnicalForm signupTechnicalForm) throws IOException, SQLException - Throws:
IOExceptionSQLException
-
