railo.runtime.dump
Interface DumpWriter
- All Known Implementing Classes:
- ClassicHTMLDumpWriter, HTMLDumpWriter, SimpleHTMLDumpWriter, TextDumpWriter
public interface DumpWriter
writes out dumpdata to a writer
DEFAULT_RICH
static final int DEFAULT_RICH
- See Also:
- Constant Field Values
DEFAULT_PLAIN
static final int DEFAULT_PLAIN
- See Also:
- Constant Field Values
DEFAULT_NONE
static final int DEFAULT_NONE
- See Also:
- Constant Field Values
writeOut
void writeOut(PageContext pc,
DumpData data,
Writer writer,
boolean expand)
throws IOException
- Parameters:
data
- writer
-
- Throws:
IOException
toString
String toString(PageContext pc,
DumpData data,
boolean expand)
- cast dumpdata to a string
- Parameters:
data
-
Copyright © 2012 Railo