railo.runtime.dump
Class HTMLDumpWriter

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

public class HTMLDumpWriter
extends Object
implements DumpWriter


Field Summary
 
Fields inherited from interface railo.runtime.dump.DumpWriter
DEFAULT_NONE, DEFAULT_PLAIN, DEFAULT_RICH
 
Constructor Summary
HTMLDumpWriter()
           
 
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

HTMLDumpWriter

public HTMLDumpWriter()
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


Copyright © 2012 Railo