org.ofbiz.webapp.event
Class JSONSimpleEventHandler

java.lang.Object
  extended by org.ofbiz.webapp.event.AbstractJSONEventHandler
      extended by org.ofbiz.webapp.event.JSONSimpleEventHandler
All Implemented Interfaces:
EventHandler

public class JSONSimpleEventHandler
extends AbstractJSONEventHandler


Field Summary
 
Fields inherited from class org.ofbiz.webapp.event.AbstractJSONEventHandler
module, service
 
Constructor Summary
JSONSimpleEventHandler()
           
 
Method Summary
 void init(ServletContext context)
          Initializes the handler.
 
Methods inherited from class org.ofbiz.webapp.event.AbstractJSONEventHandler
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONSimpleEventHandler

public JSONSimpleEventHandler()
Method Detail

init

public void init(ServletContext context)
          throws EventHandlerException
Description copied from interface: EventHandler
Initializes the handler. Since handlers use the singleton pattern this method should only be called the first time the handler is used.

Specified by:
init in interface EventHandler
Specified by:
init in class AbstractJSONEventHandler
Parameters:
context - ServletContext This may be needed by the handler in order to lookup properties or XML definition files for rendering pages or handler options.
Throws:
EventHandlerException