Uses of Class
org.apache.struts2.interceptor.debugging.PrettyPrintWriter

Packages that use PrettyPrintWriter
org.apache.struts2.interceptor.debugging   
 

Uses of PrettyPrintWriter in org.apache.struts2.interceptor.debugging
 

Fields in org.apache.struts2.interceptor.debugging declared as PrettyPrintWriter
private  PrettyPrintWriter ObjectToHTMLWriter.prettyWriter
           
 

Methods in org.apache.struts2.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<Object> stack)
          Recursive function to serialize objects to XML.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.