DebuggingInterceptor.java | Class |
Provides several different debugging screens to provide insight into the
data behind the page.
The value of the 'debug' request parameter determines
the screen:
-
xml - Dumps the parameters, context, session, and value
stack as an XML document.
-
console - Shows a popup 'OGNL Console' that allows the
user to test OGNL expressions against the value stack. |