| Modifier and Type | Method and Description |
|---|---|
void |
IXDocReport.dump(IContext context,
DumperOptions options,
OutputStream out)
Dump
|
void |
AbstractXDocReport.dump(IContext context,
DumperOptions options,
OutputStream out) |
void |
IXDocReport.dump(IContext context,
InputStream document,
DumperOptions options,
OutputStream out)
Dump
|
void |
AbstractXDocReport.dump(IContext context,
InputStream documentIn,
DumperOptions options,
OutputStream out) |
IDumper |
IXDocReport.getDumper(DumperOptions options)
Returns the dumper for the given options.
|
IDumper |
AbstractXDocReport.getDumper(DumperOptions options) |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractProjectDumper.ProjectDumperOption |
| Modifier and Type | Method and Description |
|---|---|
static IContext |
DumpHelper.createDumpContext(IXDocReport report,
ITemplateEngine templateEngine,
DumperOptions option) |
protected void |
AbstractProjectDumper.doDump(IXDocReport report,
InputStream documentIn,
IContext context,
DumperOptions option,
ITemplateEngine templateEngine,
OutputStream out) |
protected abstract void |
AbstractDumper.doDump(IXDocReport report,
InputStream documentIn,
IContext context,
DumperOptions option,
ITemplateEngine templateEngine,
OutputStream out) |
void |
IDumper.dump(IXDocReport report,
IContext context,
DumperOptions options,
OutputStream out)
Dump the given report and context by using the dumper configured with the given options and generates the result
of the dump in the given out.
|
void |
AbstractDumper.dump(IXDocReport report,
IContext context,
DumperOptions option,
OutputStream out) |
void |
IDumper.dump(IXDocReport report,
InputStream documentIn,
IContext context,
DumperOptions option,
OutputStream out)
Dump the given report and context by using the dumper configured with the given options and generates the result
of the dump in the given out.
|
void |
AbstractDumper.dump(IXDocReport report,
InputStream documentIn,
IContext context,
DumperOptions option,
OutputStream out) |
| Modifier and Type | Class and Description |
|---|---|
static class |
EclipseProjectDumper.EclipseProjectDumperOptions |
| Modifier and Type | Class and Description |
|---|---|
static class |
JavaMainDumper.JavaMainDumperOptions |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JavaMainDumper.doDump(IXDocReport report,
InputStream documentIn,
IContext context,
DumperOptions option,
ITemplateEngine templateEngine,
OutputStream out) |
| Modifier and Type | Class and Description |
|---|---|
static class |
MavenProjectDumper.MavenProjectDumperOptions |
| Modifier and Type | Method and Description |
|---|---|
protected DumperOptions |
AbstractProcessXDocReportServlet.getOptionsDumper(IXDocReport report,
javax.servlet.http.HttpServletRequest request)
Returns the dumper options from the HTTP request and null otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractProcessXDocReportServlet.error(IXDocReport report,
IContext context,
DumperOptions dumperOptions,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Exception cause)
Invoked when there is an error thrown in any part of doRequest() processing.
|
Copyright © 2017. All Rights Reserved.