com.wewebu.ow.server.ui
Interface OwAdaptor.OwRequestHandlerStrategy

All Known Implementing Classes:
OwAdaptor.OwAjaxRequestHandlerStrategy, OwAdaptor.OwApplicationStarterStrategy, OwAdaptor.OwGetEditNodesStrategy, OwAdaptor.OwListSavedFilesStrategy, OwAdaptor.OwSaveFileStrategy
Enclosing class:
OwAdaptor

public static interface OwAdaptor.OwRequestHandlerStrategy

Strategy for handling different requests.

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.
 void processRequest(javax.servlet.http.HttpServletRequest request_p, javax.servlet.http.HttpServletResponse response_p, OwWebApplication owApplication_p)
          Process the request.
 

Method Detail

processRequest

void processRequest(javax.servlet.http.HttpServletRequest request_p,
                    javax.servlet.http.HttpServletResponse response_p,
                    OwWebApplication owApplication_p)
                    throws Exception
Process the request.

Parameters:
request_p -
response_p -
owApplication_p -
Throws:
Exception

getParameterId

String getParameterId()
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.