Package com.avoka.fc.core.servlet
Class HtmlFormRenderServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.avoka.fc.core.servlet.BaseServlet
-
- com.avoka.fc.core.servlet.RenderServlet
-
- com.avoka.fc.core.servlet.HtmlFormRenderServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class HtmlFormRenderServlet extends RenderServlet
The HTML Form Rendering servlet.- Since:
- 5.1.0
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.avoka.fc.core.servlet.RenderServlet
RenderServlet.RenderContext
-
-
Field Summary
Fields Modifier and Type Field Description protected static com.google.common.cache.Cache<String,Optional<Boolean>>
PORTAL_REQUIRE_CLIENT_KEY_CACHE
static String
SECURE_SERVLET_URL_HTML
The HTML form secure servlet mounted URLstatic String
SERVLET_URL_HTML
The HTML form servlet mounted URL-
Fields inherited from class com.avoka.fc.core.servlet.RenderServlet
formDao, ppDao, submissionDao, userAccountDao
-
Fields inherited from class com.avoka.fc.core.servlet.BaseServlet
PAGE_InvalidRequest, PAGE_Offline
-
-
Constructor Summary
Constructors Constructor Description HtmlFormRenderServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeRequest(HttpServletRequest request, HttpServletResponse response)
Render the Form.ErrorLogService
getErrorLogService()
-
Methods inherited from class com.avoka.fc.core.servlet.RenderServlet
createRequestLog, getAuthenticationService, getFormNotFoundPath, isAcceptXmlPrefill, storeSubmissionFormXml
-
Methods inherited from class com.avoka.fc.core.servlet.BaseServlet
doGet, doPost, getDataContext, getDeploymentPropertyDao, getErrorPagePath, getLogger, getMultiPartRequestMap, getParameterString, getParameterString, getParameterStringTrim, getRequest, getRequestParameters, getResponse, handleException, handleRequest, listServletInfo, sendRedirect, sendResponseError
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
-
-
-
Field Detail
-
SERVLET_URL_HTML
public static final String SERVLET_URL_HTML
The HTML form servlet mounted URL- See Also:
- Constant Field Values
-
SECURE_SERVLET_URL_HTML
public static final String SECURE_SERVLET_URL_HTML
The HTML form secure servlet mounted URL- See Also:
- Constant Field Values
-
-
Method Detail
-
getErrorLogService
public ErrorLogService getErrorLogService()
- Specified by:
getErrorLogService
in classBaseServlet
- Returns:
- the error log service
-
executeRequest
protected void executeRequest(HttpServletRequest request, HttpServletResponse response)
Render the Form.- Specified by:
executeRequest
in classBaseServlet
- Parameters:
request
- the http requestresponse
- the http response- See Also:
BaseServlet.executeRequest(HttpServletRequest, HttpServletResponse)
-
-