public class DebugServletFilter extends Object implements javax.servlet.Filter
| Modifier and Type | Field and Description |
|---|---|
static boolean |
COMMENTED |
static String |
DEBUG_KEY |
| Constructor and Description |
|---|
DebugServletFilter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addStaticInfo(String s) |
static void |
debug(Action a,
Consequence c) |
static void |
debug(Action a,
Filter f) |
static void |
debug(Action a,
long time) |
static void |
debug(Action a,
String value,
boolean flag) |
static void |
debug(Action a,
String actionName,
String innerAction,
ActionConfig ac,
Locale pageLocale,
Locale actionLocale) |
static void |
debug(StringBuffer sb,
Consequence c) |
static void |
debug(StringBuffer sb,
Filter f) |
static void |
debug(StringBuffer sb,
long time) |
static void |
debug(StringBuffer sb,
String value,
boolean flag) |
static void |
debug(StringBuffer sb,
String actionName,
String innerAction,
ActionConfig ac,
Locale pageLocale,
Locale actionLocale) |
static void |
debugInputOutput(Action action) |
void |
destroy() |
void |
doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain) |
static StringBuffer |
getDebug(Action action) |
static StringBuffer |
getDebug(Output output) |
void |
init(javax.servlet.FilterConfig filterConfig) |
public static String DEBUG_KEY
public static boolean COMMENTED
public static void addStaticInfo(String s)
public void doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilter in interface javax.servlet.FilterIOExceptionjavax.servlet.ServletExceptionpublic static void debug(StringBuffer sb, Filter f)
public static void debug(StringBuffer sb, String value, boolean flag)
public static void debug(Action a, long time)
public static void debug(StringBuffer sb, long time)
public static void debug(Action a, Consequence c)
public static void debug(StringBuffer sb, Consequence c)
public static void debug(Action a, String actionName, String innerAction, ActionConfig ac, Locale pageLocale, Locale actionLocale)
public static void debug(StringBuffer sb, String actionName, String innerAction, ActionConfig ac, Locale pageLocale, Locale actionLocale)
public static StringBuffer getDebug(Action action)
public static StringBuffer getDebug(Output output)
public static void debugInputOutput(Action action)
public void init(javax.servlet.FilterConfig filterConfig)
throws javax.servlet.ServletException
init in interface javax.servlet.Filterjavax.servlet.ServletExceptionpublic void destroy()
destroy in interface javax.servlet.FilterCopyright © 2015. All Rights Reserved.