Package com.avoka.fc.core.servlet
Class FormRenderServlet
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.FormRenderServlet
- All Implemented Interfaces:
jakarta.servlet.Servlet
,jakarta.servlet.ServletConfig
,Serializable
The SmartForm Manager Form Rendering servlet.
- 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 PDF form secure servlet mounted URLstatic final String
The HTML form secure servlet mounted URLstatic final String
The PDF form 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
The PDF form servlet mounted URL- See Also:
-
SECURE_SERVLET_URL
The PDF form secure servlet mounted URL- See Also:
-
SERVLET_URL_HTML
The HTML form servlet mounted URL- See Also:
-
SECURE_SERVLET_URL_HTML
The HTML form secure servlet mounted URL- See Also:
-
-
Constructor Details
-
FormRenderServlet
public FormRenderServlet()
-
-
Method Details
-
getErrorLogService
- Specified by:
getErrorLogService
in classBaseServlet
- Returns:
- the error log service
- Since:
- 4.3.4
-
executeRequest
protected void executeRequest(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws IOException Render the Form.- Specified by:
executeRequest
in classBaseServlet
- Parameters:
request
- the http requestresponse
- the http response- Throws:
IOException
- if an IO error occurs- See Also:
-