railo.runtime.dump
Class SimpleHTMLDumpWriter

java.lang.Object
  extended by railo.runtime.dump.SimpleHTMLDumpWriter
All Implemented Interfaces:
DumpWriter

public class SimpleHTMLDumpWriter
extends Object
implements DumpWriter


Field Summary
 
Fields inherited from interface railo.runtime.dump.DumpWriter
DEFAULT_NONE, DEFAULT_PLAIN, DEFAULT_RICH
 
Constructor Summary
SimpleHTMLDumpWriter()
           
 
Method Summary
 String toString(PageContext pc, DumpData data, boolean expand)
          cast dumpdata to a string
 void writeOut(PageContext pc, DumpData data, Writer writer, boolean expand)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleHTMLDumpWriter

public SimpleHTMLDumpWriter()
Method Detail

writeOut

public void writeOut(PageContext pc,
                     DumpData data,
                     Writer writer,
                     boolean expand)
              throws IOException
Specified by:
writeOut in interface DumpWriter
Throws:
IOException

toString

public String toString(PageContext pc,
                       DumpData data,
                       boolean expand)
Description copied from interface: DumpWriter
cast dumpdata to a string

Specified by:
toString in interface DumpWriter
See Also:
railo.runtime.dump.DumpWriter#toString(railo.runtime.dump.DumpData)


Copyright © 2012 Railo