public interface AsyncCmisServlet
extends javax.servlet.Servlet
| 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.
|
void executeSync(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp)
throws javax.servlet.ServletException,
IOException
javax.servlet.ServletExceptionIOExceptionvoid sendError(Exception ex, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
IOExceptionCopyright © 2009–2016 The Apache Software Foundation. All rights reserved.