com.wewebu.ow.server.ui
Class OwAdaptor.OwAjaxRequestHandlerStrategy
java.lang.Object
com.wewebu.ow.server.ui.OwAdaptor.OwAjaxRequestHandlerStrategy
- All Implemented Interfaces:
- OwAdaptor.OwRequestHandlerStrategy
- Direct Known Subclasses:
- OwAdaptor.OwGetEditNodesStrategy, OwAdaptor.OwListSavedFilesStrategy, OwAdaptor.OwSaveFileStrategy
- Enclosing class:
- OwAdaptor
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
- Since:
- 3.2.0.0
Method Summary |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwAdaptor.OwAjaxRequestHandlerStrategy
public OwAdaptor.OwAjaxRequestHandlerStrategy()
processRequest
public void processRequest(javax.servlet.http.HttpServletRequest request_p,
javax.servlet.http.HttpServletResponse response_p,
OwWebApplication owApplication_p)
throws Exception
- Description copied from interface:
OwAdaptor.OwRequestHandlerStrategy
- Process the request.
- Specified by:
processRequest
in interface OwAdaptor.OwRequestHandlerStrategy
- Throws:
Exception
processAjaxRequest
protected abstract String processAjaxRequest(javax.servlet.http.HttpServletRequest request_p,
javax.servlet.http.HttpServletResponse response_p,
OwWebApplication owApplication_p)
throws Exception
- Execute the AJAX request
- Parameters:
request_p
- response_p
- owApplication_p
-
- Returns:
- the processed Ajax response
- Throws:
Exception
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.