com.ideo.sweetdevria.event
Class SweetDevRiaProxy

java.lang.Object
  extended by com.ideo.sweetdevria.event.EventNotifier
      extended by com.ideo.sweetdevria.event.SweetDevRiaProxy

public class SweetDevRiaProxy
extends EventNotifier

Process the client models request and send the appropriate response.

Author:
Julien Maupoux

Method Summary
 void addJsEvent(RiaEvent _evt)
           
static SweetDevRiaProxy getInstance()
           
static void process(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Process the request by extracting and treating the RiaEvent contained inside and send the response as define by the process.
 
Methods inherited from class com.ideo.sweetdevria.event.EventNotifier
fireNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static SweetDevRiaProxy getInstance()

addJsEvent

public void addJsEvent(RiaEvent _evt)

process

public static void process(javax.servlet.http.HttpServletRequest req,
                           javax.servlet.http.HttpServletResponse res)
Process the request by extracting and treating the RiaEvent contained inside and send the response as define by the process.

Parameters:
req - the request
res - the response


Copyright © 2010 Ideo Technologies. All Rights Reserved.