public class AjaxServlet extends BaseServlet
/alfresco/ajax/command/Bean.binding.expression
See http://wiki.alfresco.com/wiki/AJAX_Support for details.
Like most Alfresco servlets, the URL may be followed by a valid 'ticket' argument for authentication: ?ticket=1234567890
Modifier and Type | Class and Description |
---|---|
protected static class |
AjaxServlet.Command
Deprecated.
|
BaseServlet.PathRefInfo
Modifier and Type | Field and Description |
---|---|
static String |
AJAX_LOG_KEY
Deprecated.
|
FACES_SERVLET, KEY_ROOT_PATH, KEY_STORE
Constructor and Description |
---|
AjaxServlet()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
handleError(HttpServletResponse response,
RuntimeException cause)
Deprecated.
Handles any error that occurs during the execution of the servlet
|
protected void |
service(HttpServletRequest request,
HttpServletResponse response)
Deprecated.
|
checkAccess, getServiceRegistry, redirectToLoginPage, redirectToLoginPage, resolveNamePath, resolveWebDAVPath, resolveWebDAVPath, resolveWebDAVPath, resolveWebDAVPath, servletAuthenticate, servletAuthenticate, setNoCacheHeaders, validRedirectJSP
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
public static final String AJAX_LOG_KEY
protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
service
in class HttpServlet
ServletException
IOException
HttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
protected void handleError(HttpServletResponse response, RuntimeException cause) throws ServletException, IOException
response
- The responsecause
- The cause of the errorServletException
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.