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:
 
- 
Field Summary
FieldsFields inherited from class org.apache.chemistry.opencmis.server.shared.AbstractCmisHttpServlet
PARAM_CALL_CONTEXT_HANDLER, PARAM_CMIS_VERSION - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidservice(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Methods inherited from class org.apache.chemistry.opencmis.server.impl.atompub.CmisAtomPubServlet
initMethods inherited from class javax.servlet.http.HttpServlet
serviceMethods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log 
- 
Field Details
- 
remoteAddress
 
 - 
 - 
Constructor Details
- 
CmisServlet
public CmisServlet() 
 - 
 - 
Method Details
- 
service
public void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException - Throws:
 javax.servlet.ServletExceptionIOException
 
 -