Package com.avoka.fc.core.servlet.dd
Class ClientRefDataHandler
java.lang.Object
com.avoka.fc.core.servlet.dd.AbstractDynamicDataHandler
com.avoka.fc.core.servlet.dd.ClientRefDataHandler
- All Implemented Interfaces:
IDynamicDataHandler
Provides a Client Ref Data Handler class.
- Since:
- 17.10.0
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The parameter name holding the locale (Optional)static final String
The parameter name for the propertyNamestatic final String
The parameter name holding the queryFields 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.
-
Field Details
-
PARAMETER_NAME
The parameter name for the propertyName- See Also:
-
PARAMETER_QUERY
The parameter name holding the query- See Also:
-
PARAMETER_LOCALE
The parameter name holding the locale (Optional)- See Also:
-
-
Constructor Details
-
ClientRefDataHandler
public ClientRefDataHandler()
-
-
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
-