public class CmisWebServicesServlet
extends org.apache.cxf.transport.servlet.CXFNonSpringServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
CMIS_VERSION |
static String |
CSRF_MANAGER |
static String |
PARAM_CMIS_VERSION |
| Constructor and Description |
|---|
CmisWebServicesServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureInterceptors(org.apache.cxf.Bus bus)
Adds and configures interceptors for OpenCMIS.
|
protected CallContextHandler |
getCallContextHandler()
Returns the
CallContextHandler. |
void |
handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
init(javax.servlet.ServletConfig config) |
protected void |
loadBus(javax.servlet.ServletConfig servletConfig) |
protected void |
printError(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String message) |
destroy, destroyBus, doFilter, getBus, getDestinationRegistryFromBus, initClassLoader, invoke, registerServletContextResolver, setBuscheckXForwardedHeaders, doDelete, doGet, doHead, doOptions, doPost, doPut, finalizeServletInit, getResourceAsStream, getStaticResourceContentType, init, parseListSequence, parseMapSequence, redirect, serveStaticContent, servicepublic static final String PARAM_CMIS_VERSION
public static final String CMIS_VERSION
public static final String CSRF_MANAGER
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class org.apache.cxf.transport.servlet.CXFNonSpringServletjavax.servlet.ServletExceptionprotected CallContextHandler getCallContextHandler()
CallContextHandler.CallContextHandler or null if it is not
configuredpublic void handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException
handleRequest in class org.apache.cxf.transport.servlet.AbstractHTTPServletjavax.servlet.ServletExceptionprotected void printError(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String message)
throws IOException
IOExceptionprotected void loadBus(javax.servlet.ServletConfig servletConfig)
loadBus in class org.apache.cxf.transport.servlet.CXFNonSpringServletprotected void configureInterceptors(org.apache.cxf.Bus bus)
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.