Class RestConfigurationServiceV1Servlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
com.avoka.fc.core.servlet.rest.AbstractRestServlet
com.avoka.fc.core.servlet.rest.RestConfigurationServiceV1Servlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class RestConfigurationServiceV1Servlet extends AbstractRestServlet
Provides a Configuration Service REST API Servlet.
Since:
23.4.0
See Also:
  • Field Details

    • PARAM_ARCHIVE_FILE

      public static final String PARAM_ARCHIVE_FILE
      The parameter pointing to the archive file for upload operations
      See Also:
    • IMPORT_OPTIONS_PARAMETER

      public static final String IMPORT_OPTIONS_PARAMETER
      The parameter indicating the specific import options
      See Also:
  • Constructor Details

    • RestConfigurationServiceV1Servlet

      public RestConfigurationServiceV1Servlet()
  • Method Details

    • getRestBasePath

      protected String getRestBasePath()
      Specified by:
      getRestBasePath in class AbstractRestServlet
      Returns:
      the REST API base path
      See Also:
    • doPut

      protected void doPut(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException
      Overrides:
      doPut in class jakarta.servlet.http.HttpServlet
      Throws:
      jakarta.servlet.ServletException
      IOException
      See Also:
      • HttpServlet.doPut(HttpServletRequest, HttpServletResponse)