@WebServlet(asyncSupported=true) public class AsyncCmisWebServicesServlet extends CmisWebServicesServlet implements AsyncCmisServlet
CMIS_VERSION, CSRF_MANAGER, PARAM_CMIS_VERSION| Constructor and Description |
|---|
AsyncCmisWebServicesServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeSync(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
Executes the synchronous part of this servlet.
|
void |
sendError(Exception ex,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Sends an error to client.
|
protected void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp) |
configureInterceptors, handleRequest, init, loadBus, printErrordestroy, destroyBus, doFilter, getBus, getDestinationRegistryFromBus, initClassLoader, invoke, registerServletContextResolver, setBuscheckXForwardedHeaders, doDelete, doGet, doHead, doOptions, doPost, doPut, finalizeServletInit, getResourceAsStream, getStaticResourceContentType, init, parseListSequence, parseMapSequence, redirect, serveStaticContent, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logprotected void service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionpublic void executeSync(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
AsyncCmisServletexecuteSync in interface AsyncCmisServletjavax.servlet.ServletExceptionIOExceptionpublic void sendError(Exception ex, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
AsyncCmisServletsendError in interface AsyncCmisServletIOExceptionCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.