org.ofbiz.webapp.event
Class TestEvent

java.lang.Object
  extended by org.ofbiz.webapp.event.TestEvent

public class TestEvent
extends java.lang.Object

Test Events


Field Summary
static java.lang.String module
           
 
Constructor Summary
TestEvent()
           
 
Method Summary
static java.lang.String httpClientTest(HttpServletRequest request, HttpServletResponse response)
           
static java.lang.String test(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

public static final java.lang.String module
Constructor Detail

TestEvent

public TestEvent()
Method Detail

test

public static java.lang.String test(HttpServletRequest request,
                                    HttpServletResponse response)

httpClientTest

public static java.lang.String httpClientTest(HttpServletRequest request,
                                              HttpServletResponse response)