Package com.avoka.fc.core.servlet.dd
Class RemoveAttachmentHandler
java.lang.Object
com.avoka.fc.core.servlet.dd.AbstractDynamicDataHandler
com.avoka.fc.core.servlet.dd.RemoveAttachmentHandler
- All Implemented Interfaces:
IDynamicDataHandler
Provides an remove attachment operation dynamic data handler.
- Since:
- 4.3.4
-
Field Summary
Fields inherited from class com.avoka.fc.core.servlet.dd.AbstractDynamicDataHandler
ERROR_MSG_FORM_REVISION, ERROR_MSG_NOT_AUTHORIZED, ERROR_MSG_NOT_AVAILABLE, FORM_ALREADY_SUBMITTED_MSG, JSON_CONTENT_TYPE, TEXT_PLAIN_CONTENT_TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRequest
(Map<String, Object> parameters, HttpServletRequest request, HttpServletResponse response) Handler the operation request.
-
Constructor Details
-
RemoveAttachmentHandler
public RemoveAttachmentHandler()
-
-
Method Details
-
handleRequest
public void handleRequest(Map<String, Object> parameters, HttpServletRequest request, HttpServletResponse response) Handler the operation request.- Parameters:
parameters
- the map of request parametersrequest
- the servlet requestresponse
- the servlet response- See Also:
-