Uses of Class
com.opensymphony.webwork.interceptor.debugging.PrettyPrintWriter

Packages that use PrettyPrintWriter
com.opensymphony.webwork.interceptor.debugging   
 

Uses of PrettyPrintWriter in com.opensymphony.webwork.interceptor.debugging
 

Methods in com.opensymphony.webwork.interceptor.debugging with parameters of type PrettyPrintWriter
protected  void DebuggingInterceptor.printContext(PrettyPrintWriter writer)
          Prints the current request to the existing writer.
protected  void DebuggingInterceptor.serializeIt(Object bean, String name, PrettyPrintWriter writer, List stack)
          Recursive function to serialize objects to XML.
 


WebWork Project Page