Uses of Class
org.apache.struts2.interceptor.debugging.PrettyPrintWriter
Packages that use PrettyPrintWriter
-
Uses of PrettyPrintWriter in org.apache.struts2.interceptor.debugging
Methods in org.apache.struts2.interceptor.debugging with parameters of type PrettyPrintWriterModifier and TypeMethodDescriptionprotected 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.