Package com.avoka.fc.core.servlet
Class ReceiptCommandServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.avoka.fc.core.servlet.BaseServlet
-
- com.avoka.fc.core.servlet.ReceiptCommandServlet
-
- All Implemented Interfaces:
Serializable
,Servlet
,ServletConfig
public class ReceiptCommandServlet extends BaseServlet
Provides a Receipt Form Load Command Servlet class to support PDF receipt generation with PhantomJS.- Since:
- 18.5.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
SERVLET_URL_HTML
The servlet mounted URL-
Fields inherited from class com.avoka.fc.core.servlet.BaseServlet
PAGE_InvalidRequest, PAGE_Offline
-
-
Constructor Summary
Constructors Constructor Description ReceiptCommandServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
executeRequest(HttpServletRequest request, HttpServletResponse response)
Handles the dynamic form data service request.protected ErrorLogService
getErrorLogService()
-
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 servlet mounted URL- See Also:
- Constant Field Values
-
-
Method Detail
-
executeRequest
protected void executeRequest(HttpServletRequest request, HttpServletResponse response)
Handles the dynamic form data service request.- Specified by:
executeRequest
in classBaseServlet
- Parameters:
request
- the servlet requestresponse
- the servlet response
-
getErrorLogService
protected ErrorLogService getErrorLogService()
- Specified by:
getErrorLogService
in classBaseServlet
- Returns:
- an error log service
-
-