Package org.apache.ofbiz.webapp.event
Class TestEvent
- java.lang.Object
-
- org.apache.ofbiz.webapp.event.TestEvent
-
public class TestEvent extends java.lang.Object
Test Events
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
-
Constructor Summary
Constructors Constructor Description TestEvent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
httpClientTest(HttpServletRequest request, HttpServletResponse response)
static java.lang.String
test(HttpServletRequest request, HttpServletResponse response)
-
-
-
Method Detail
-
test
public static java.lang.String test(HttpServletRequest request, HttpServletResponse response)
-
httpClientTest
public static java.lang.String httpClientTest(HttpServletRequest request, HttpServletResponse response)
-
-