Package com.logicaldoc.cmis
Class CmisServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.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:
Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ThreadLocal<String[]>
remoteAddress
-
Constructor Summary
Constructors Constructor Description CmisServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Methods inherited from class org.apache.chemistry.opencmis.server.impl.atompub.CmisAtomPubServlet
init
-
-
-
-
Field Detail
-
remoteAddress
public static ThreadLocal<String[]> remoteAddress
-
-
Method Detail
-
service
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
- Throws:
javax.servlet.ServletException
IOException
-
-