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
public class RemoveAttachmentHandler extends AbstractDynamicDataHandler
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
Constructors Constructor Description RemoveAttachmentHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleRequest(Map<String,Object> parameters, HttpServletRequest request, HttpServletResponse response)
Handler the operation request.
-
-
-
Method Detail
-
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:
IDynamicDataHandler.handleRequest(Map, HttpServletRequest, HttpServletResponse)
-
-