com.wewebu.ow.server.ui
Class OwAdaptor.OwApplicationStarterStrategy

java.lang.Object
  extended by com.wewebu.ow.server.ui.OwAdaptor.OwApplicationStarterStrategy
All Implemented Interfaces:
OwAdaptor.OwRequestHandlerStrategy
Enclosing class:
OwAdaptor

public class OwAdaptor.OwApplicationStarterStrategy
extends Object
implements OwAdaptor.OwRequestHandlerStrategy

Strategy for handling "Start OWD" button 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

Constructor Summary
OwAdaptor.OwApplicationStarterStrategy()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwAdaptor.OwApplicationStarterStrategy

public OwAdaptor.OwApplicationStarterStrategy()
Method Detail

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

getParameterId

public String getParameterId()
Description copied from interface: OwAdaptor.OwRequestHandlerStrategy
Get the request parameter name associated with this request processor.

Specified by:
getParameterId in interface OwAdaptor.OwRequestHandlerStrategy
Returns:
- the parameter name associated with this request processor.


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.