public static class DebugController.Event
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.io.ByteArrayOutputStream |
bos |
java.io.PrintStream |
pw |
javax.servlet.http.HttpServletRequest |
req |
javax.servlet.http.HttpServletResponse |
res |
java.lang.String |
target |
| Constructor and Description |
|---|
Event(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
java.io.PrintStream pw,
java.io.ByteArrayOutputStream bos,
java.lang.String target) |