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 |
BaseServlet.PathRefInfo| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AJAX_LOG_KEY |
FACES_SERVLET, KEY_ROOT_PATH, KEY_STORE| Constructor and Description |
|---|
AjaxServlet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleError(javax.servlet.http.HttpServletResponse response,
java.lang.RuntimeException cause)
Handles any error that occurs during the execution of the servlet
|
protected void |
service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
checkAccess, getServiceRegistry, redirectToLoginPage, resolveNamePath, resolveWebDAVPath, resolveWebDAVPath, resolveWebDAVPath, resolveWebDAVPath, servletAuthenticate, servletAuthenticate, setNoCacheHeaders, validRedirectJSPdoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicepublic static final java.lang.String AJAX_LOG_KEY
protected void service(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
service in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionjava.io.IOExceptionHttpServlet.doGet(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)protected void handleError(javax.servlet.http.HttpServletResponse response,
java.lang.RuntimeException cause)
throws javax.servlet.ServletException,
java.io.IOException
response - The responsecause - The cause of the errorjavax.servlet.ServletExceptionjava.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.