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
public class ClientRefDataHandler extends AbstractDynamicDataHandler
Provides a Client Ref Data Handler class.- Since:
- 17.10.0
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAMETER_LOCALE
The parameter name holding the locale (Optional)static String
PARAMETER_NAME
The parameter name for the propertyNamestatic String
PARAMETER_QUERY
The parameter name holding the query-
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 ClientRefDataHandler()
-
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.
-
-
-
Field Detail
-
PARAMETER_NAME
public static final String PARAMETER_NAME
The parameter name for the propertyName- See Also:
- Constant Field Values
-
PARAMETER_QUERY
public static final String PARAMETER_QUERY
The parameter name holding the query- See Also:
- Constant Field Values
-
PARAMETER_LOCALE
public static final String PARAMETER_LOCALE
The parameter name holding the locale (Optional)- See Also:
- Constant Field Values
-
-
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
-
-