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(javax.servlet.http.HttpServletResponse response,
RuntimeException cause)
Deprecated.
Handles any error that occurs during the execution of the servlet
|
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Deprecated.
|
checkAccess, getServiceRegistry, redirectToLoginPage, redirectToLoginPage, resolveNamePath, resolveWebDAVPath, resolveWebDAVPath, resolveWebDAVPath, resolveWebDAVPath, servletAuthenticate, servletAuthenticate, setNoCacheHeaders, validRedirectJSPdoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic static final String AJAX_LOG_KEY
protected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionHttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)protected void handleError(javax.servlet.http.HttpServletResponse response,
RuntimeException cause)
throws javax.servlet.ServletException,
IOException
response - The responsecause - The cause of the errorjavax.servlet.ServletExceptionIOExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.