|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DumperOptions in fr.opensagres.xdocreport.document |
|---|
| Methods in fr.opensagres.xdocreport.document with parameters of type DumperOptions | |
|---|---|
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)
|
| Uses of DumperOptions in fr.opensagres.xdocreport.document.dump |
|---|
| Subclasses of DumperOptions in fr.opensagres.xdocreport.document.dump | |
|---|---|
static class |
AbstractProjectDumper.ProjectDumperOption
|
| Methods in fr.opensagres.xdocreport.document.dump with parameters of type DumperOptions | |
|---|---|
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)
|
| Uses of DumperOptions in fr.opensagres.xdocreport.document.dump.eclipse |
|---|
| Subclasses of DumperOptions in fr.opensagres.xdocreport.document.dump.eclipse | |
|---|---|
static class |
EclipseProjectDumper.EclipseProjectDumperOptions
|
| Uses of DumperOptions in fr.opensagres.xdocreport.document.dump.java |
|---|
| Subclasses of DumperOptions in fr.opensagres.xdocreport.document.dump.java | |
|---|---|
static class |
JavaMainDumper.JavaMainDumperOptions
|
| Methods in fr.opensagres.xdocreport.document.dump.java with parameters of type DumperOptions | |
|---|---|
protected void |
JavaMainDumper.doDump(IXDocReport report,
InputStream documentIn,
IContext context,
DumperOptions option,
ITemplateEngine templateEngine,
OutputStream out)
|
| Uses of DumperOptions in fr.opensagres.xdocreport.document.dump.maven |
|---|
| Subclasses of DumperOptions in fr.opensagres.xdocreport.document.dump.maven | |
|---|---|
static class |
MavenProjectDumper.MavenProjectDumperOptions
|
| Uses of DumperOptions in fr.opensagres.xdocreport.document.web |
|---|
| Methods in fr.opensagres.xdocreport.document.web that return DumperOptions | |
|---|---|
protected DumperOptions |
AbstractProcessXDocReportServlet.getOptionsDumper(IXDocReport report,
javax.servlet.http.HttpServletRequest request)
Returns the dumper options from the HTTP request and null otherwise. |
| Methods in fr.opensagres.xdocreport.document.web with parameters of type DumperOptions | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||