Package | Description |
---|---|
lucee.runtime.config | |
lucee.runtime.dump |
Modifier and Type | Method and Description |
---|---|
DumpWriter |
ConfigImpl.getDefaultDumpWriter(int defaultType) |
DumpWriter |
Config.getDefaultDumpWriter(int defaultType)
returns the default DumpWriter
|
DumpWriter |
ConfigImpl.getDumpWriter(String name) |
DumpWriter |
Config.getDumpWriter(String key)
Deprecated.
use instead
getDumpWriter(String key,int defaultType) |
DumpWriter |
ConfigImpl.getDumpWriter(String name,
int defaultType) |
DumpWriter |
Config.getDumpWriter(String key,
int defaultType)
returns the DumpWriter matching key
|
Modifier and Type | Class and Description |
---|---|
class |
ClassicHTMLDumpWriter |
class |
HTMLDumpWriter |
class |
SimpleHTMLDumpWriter |
class |
TextDumpWriter |
Modifier and Type | Method and Description |
---|---|
DumpWriter |
DumpWriterEntry.getWriter() |
Constructor and Description |
---|
DumpWriterEntry(int defaultType,
String name,
DumpWriter writer) |
Copyright © 2015 Lucee