Class CmisServlet

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.apache.chemistry.opencmis.server.shared.AbstractCmisHttpServlet
org.apache.chemistry.opencmis.server.impl.atompub.CmisAtomPubServlet
com.logicaldoc.cmis.CmisServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable

public class CmisServlet extends org.apache.chemistry.opencmis.server.impl.atompub.CmisAtomPubServlet
Extension of a Cmis servlet compliant with AtomPub
Since:
6.5.1
Author:
Marco Meschieri - LogicalDOC
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ThreadLocal<String[]>
     

    Fields inherited from class org.apache.chemistry.opencmis.server.shared.AbstractCmisHttpServlet

    PARAM_CALL_CONTEXT_HANDLER, PARAM_CMIS_VERSION

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response)
     

    Methods inherited from class org.apache.chemistry.opencmis.server.impl.atompub.CmisAtomPubServlet

    init

    Methods inherited from class org.apache.chemistry.opencmis.server.shared.AbstractCmisHttpServlet

    loadCallContextHandler

    Methods inherited from class jakarta.servlet.http.HttpServlet

    service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • CmisServlet

      public CmisServlet()
  • Method Details

    • service

      public void service(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) throws jakarta.servlet.ServletException, IOException
      Throws:
      jakarta.servlet.ServletException
      IOException