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 String
getBaCountry
(AoservConnector rootConn, SignupTechnicalForm signupTechnicalForm) static void
setConfirmationRequestAttributes
(ServletContext servletContext, HttpServletRequest request, SignupTechnicalForm signupTechnicalForm) static void
setRequestAttributes
(ServletContext servletContext, HttpServletRequest request, SignupTechnicalForm signupTechnicalForm) static void
writeEmailConfirmation
(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:
IOException
SQLException
-
getBaCountry
public static String getBaCountry(AoservConnector rootConn, SignupTechnicalForm signupTechnicalForm) throws IOException, SQLException - Throws:
IOException
SQLException
-
setConfirmationRequestAttributes
public static void setConfirmationRequestAttributes(ServletContext servletContext, HttpServletRequest request, SignupTechnicalForm signupTechnicalForm) throws IOException, SQLException - Throws:
IOException
SQLException
-
writeEmailConfirmation
public static void writeEmailConfirmation(Union_TBODY_THEAD_TFOOT<?> tbody, AoservConnector rootConn, SignupTechnicalForm signupTechnicalForm) throws IOException, SQLException - Throws:
IOException
SQLException
-