public static class DebugHandler.Event extends Object
| Modifier and Type | Field and Description |
|---|---|
ByteArrayOutputStream |
bos |
PrintStream |
pw |
javax.servlet.http.HttpServletRequest |
req |
javax.servlet.http.HttpServletResponse |
res |
String |
target |
| Constructor and Description |
|---|
DebugHandler.Event(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
PrintStream pw,
ByteArrayOutputStream bos,
String target) |
public javax.servlet.http.HttpServletRequest req
public javax.servlet.http.HttpServletResponse res
public PrintStream pw
public ByteArrayOutputStream bos
public String target
public DebugHandler.Event(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
PrintStream pw,
ByteArrayOutputStream bos,
String target)
Copyright © 1999-2013 UCAR/Unidata. All Rights Reserved.