public abstract class AbstractCmisHttpServlet
extends javax.servlet.http.HttpServlet
Modifier and Type | Field and Description |
---|---|
static String |
PARAM_CALL_CONTEXT_HANDLER |
static String |
PARAM_CMIS_VERSION |
Constructor and Description |
---|
AbstractCmisHttpServlet() |
Modifier and Type | Method and Description |
---|---|
protected CallContext |
createContext(javax.servlet.ServletContext servletContext,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Creates a
CallContext object from a servlet request. |
protected CallContextHandler |
getCallContextHandler()
Return the
CallContextHandler |
protected CmisVersion |
getCmisVersion()
Returns the CMIS version configured for this servlet.
|
protected CmisServiceFactory |
getServiceFactory()
Returns the
CmisServiceFactory . |
protected ThresholdOutputStreamFactory |
getThresholdOutputStreamFactory()
Returns the
ThresholdOutputStreamFactory . |
void |
init(javax.servlet.ServletConfig config) |
protected void |
setBinding(String binding)
Sets the binding.
|
protected void |
setCmisVersion(CmisVersion cmisVersion) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
public static final String PARAM_CALL_CONTEXT_HANDLER
public static final String PARAM_CMIS_VERSION
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected void setBinding(String binding)
protected CmisVersion getCmisVersion()
protected void setCmisVersion(CmisVersion cmisVersion)
protected CmisServiceFactory getServiceFactory()
CmisServiceFactory
.protected CallContextHandler getCallContextHandler()
CallContextHandler
protected ThresholdOutputStreamFactory getThresholdOutputStreamFactory()
ThresholdOutputStreamFactory
.protected CallContext createContext(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
CallContext
object from a servlet request.Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.