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 Details

    • PARAMETER_NAME

      public static final String PARAMETER_NAME
      The parameter name for the propertyName
      See Also:
    • PARAMETER_QUERY

      public static final String PARAMETER_QUERY
      The parameter name holding the query
      See Also:
    • PARAMETER_LOCALE

      public static final String 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, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
      Handler the operation request.
      Parameters:
      parameters - the map of request parameters
      request - the servlet request
      response - the servlet response