public abstract class OwAdaptor.OwAjaxRequestHandlerStrategy extends Object implements OwAdaptor.OwRequestHandlerStrategy
Strategy for handling an AJAX request
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Constructor and Description |
|---|
OwAdaptor.OwAjaxRequestHandlerStrategy() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
processAjaxRequest(javax.servlet.http.HttpServletRequest request_p,
javax.servlet.http.HttpServletResponse response_p,
OwWebApplication owApplication_p)
Execute the AJAX request
|
void |
processRequest(javax.servlet.http.HttpServletRequest request_p,
javax.servlet.http.HttpServletResponse response_p,
OwWebApplication owApplication_p)
Process the request.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParameterIdpublic OwAdaptor.OwAjaxRequestHandlerStrategy()
public void processRequest(javax.servlet.http.HttpServletRequest request_p,
javax.servlet.http.HttpServletResponse response_p,
OwWebApplication owApplication_p)
throws Exception
OwAdaptor.OwRequestHandlerStrategyprocessRequest in interface OwAdaptor.OwRequestHandlerStrategyExceptionprotected abstract String processAjaxRequest(javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p, OwWebApplication owApplication_p) throws Exception
request_p - response_p - owApplication_p - ExceptionCopyright © 2014 Alfresco Business Solutions. All Rights Reserved.