Package com.avoka.fc.core.servlet
Class ReceiptRenderServlet
- 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.ReceiptRenderServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class ReceiptRenderServlet extends RenderServlet
The SmartForm Manager PDF Receipt rendering servlet.- 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 static String
MANAGER_SERVLET_URL
The management console secure receipt servlet mounted URL.static String
SECURE_SERVLET_URL
Secure form receipt servlet mounted URL.static String
SERVLET_URL
Form receipt 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 ReceiptRenderServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeRequest(HttpServletRequest request, HttpServletResponse response)
Render the form receiptErrorLogService
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
public static final String SERVLET_URL
Form receipt servlet mounted URL.- See Also:
- Constant Field Values
-
SECURE_SERVLET_URL
public static final String SECURE_SERVLET_URL
Secure form receipt servlet mounted URL.- See Also:
- Constant Field Values
-
MANAGER_SERVLET_URL
public static final String MANAGER_SERVLET_URL
The management console secure receipt servlet mounted URL.- See Also:
- Constant Field Values
-
-
Method Detail
-
getErrorLogService
public ErrorLogService getErrorLogService()
- Specified by:
getErrorLogService
in classBaseServlet
- Returns:
- the error log service
- Since:
- 4.3.4
-
executeRequest
protected void executeRequest(HttpServletRequest request, HttpServletResponse response) throws IOException
Render the form receipt- Specified by:
executeRequest
in classBaseServlet
- Parameters:
request
- the servlet requestresponse
- the servlet response- Throws:
IOException
- if an invalid request occurs- See Also:
BaseServlet.executeRequest(HttpServletRequest, HttpServletResponse)
-
-