Package com.avoka.fc.core.servlet
Class HtmlFormRenderServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.avoka.fc.core.servlet.BaseServlet
com.avoka.fc.core.servlet.RenderServlet
com.avoka.fc.core.servlet.HtmlFormRenderServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
The HTML Form Rendering servlet.
- Since:
- 5.1.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.avoka.fc.core.servlet.RenderServlet
RenderServlet.RenderContext
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The HTML form secure servlet mounted URLstatic final String
The HTML form servlet mounted URLFields 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
Fields inherited from class jakarta.servlet.http.HttpServlet
LEGACY_DO_HEAD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
executeRequest
(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Render the Form.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, hasPermission, hasPermission, hasPermission, listServletInfo, sendRedirect, sendResponseError
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, init, service, service
Methods inherited from class jakarta.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
-
Field Details
-
SERVLET_URL_HTML
The HTML form servlet mounted URL- See Also:
-
SECURE_SERVLET_URL_HTML
The HTML form secure servlet mounted URL- See Also:
-
PORTAL_REQUIRE_CLIENT_KEY_CACHE
-
-
Constructor Details
-
HtmlFormRenderServlet
public HtmlFormRenderServlet()
-
-
Method Details
-
getErrorLogService
- Specified by:
getErrorLogService
in classBaseServlet
- Returns:
- the error log service
-
executeRequest
protected void executeRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Render the Form.- Specified by:
executeRequest
in classBaseServlet
- Parameters:
request
- the http requestresponse
- the http response- See Also:
-