com.wewebu.ow.server.ui
Class OwAdaptor.OwGetEditNodesStrategy
java.lang.Object
com.wewebu.ow.server.ui.OwAdaptor.OwAjaxRequestHandlerStrategy
com.wewebu.ow.server.ui.OwAdaptor.OwGetEditNodesStrategy
- All Implemented Interfaces:
- OwAdaptor.OwRequestHandlerStrategy
- Enclosing class:
- OwAdaptor
public class OwAdaptor.OwGetEditNodesStrategy
- extends OwAdaptor.OwAjaxRequestHandlerStrategy
Strategy for handling "get editable nodes" 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 |
String |
getParameterId()
Get the request parameter name associated with this request processor. |
protected String |
processAjaxRequest(javax.servlet.http.HttpServletRequest request_p,
javax.servlet.http.HttpServletResponse response_p,
OwWebApplication owApplication_p)
Execute the AJAX request |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwAdaptor.OwGetEditNodesStrategy
public OwAdaptor.OwGetEditNodesStrategy()
processAjaxRequest
protected String processAjaxRequest(javax.servlet.http.HttpServletRequest request_p,
javax.servlet.http.HttpServletResponse response_p,
OwWebApplication owApplication_p)
throws Exception
- Description copied from class:
OwAdaptor.OwAjaxRequestHandlerStrategy
- Execute the AJAX request
- Specified by:
processAjaxRequest
in class OwAdaptor.OwAjaxRequestHandlerStrategy
- Returns:
- the processed Ajax response
- Throws:
Exception
getParameterId
public String getParameterId()
- Description copied from interface:
OwAdaptor.OwRequestHandlerStrategy
- Get the request parameter name associated with this request processor.
- Returns:
- - the parameter name associated with this request processor.
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.