Uses of Class
fr.opensagres.xdocreport.document.dump.DumperOptions
Packages that use DumperOptions
Package
Description
-
Uses of DumperOptions in fr.opensagres.xdocreport.document
Methods in fr.opensagres.xdocreport.document with parameters of type DumperOptionsModifier and TypeMethodDescriptionvoidAbstractXDocReport.dump(fr.opensagres.xdocreport.template.IContext context, DumperOptions options, OutputStream out) voidAbstractXDocReport.dump(fr.opensagres.xdocreport.template.IContext context, InputStream documentIn, DumperOptions options, OutputStream out) voidIXDocReport.dump(fr.opensagres.xdocreport.template.IContext context, DumperOptions options, OutputStream out) DumpvoidIXDocReport.dump(fr.opensagres.xdocreport.template.IContext context, InputStream document, DumperOptions options, OutputStream out) DumpAbstractXDocReport.getDumper(DumperOptions options) IXDocReport.getDumper(DumperOptions options) Returns the dumper for the given options. -
Uses of DumperOptions in fr.opensagres.xdocreport.document.dump
Subclasses of DumperOptions in fr.opensagres.xdocreport.document.dumpMethods in fr.opensagres.xdocreport.document.dump with parameters of type DumperOptionsModifier and TypeMethodDescriptionstatic fr.opensagres.xdocreport.template.IContextDumpHelper.createDumpContext(IXDocReport report, fr.opensagres.xdocreport.template.ITemplateEngine templateEngine, DumperOptions option) protected abstract voidAbstractDumper.doDump(IXDocReport report, InputStream documentIn, fr.opensagres.xdocreport.template.IContext context, DumperOptions option, fr.opensagres.xdocreport.template.ITemplateEngine templateEngine, OutputStream out) protected voidAbstractProjectDumper.doDump(IXDocReport report, InputStream documentIn, fr.opensagres.xdocreport.template.IContext context, DumperOptions option, fr.opensagres.xdocreport.template.ITemplateEngine templateEngine, OutputStream out) voidAbstractDumper.dump(IXDocReport report, fr.opensagres.xdocreport.template.IContext context, DumperOptions option, OutputStream out) final voidAbstractDumper.dump(IXDocReport report, InputStream documentIn, fr.opensagres.xdocreport.template.IContext context, DumperOptions option, OutputStream out) voidIDumper.dump(IXDocReport report, fr.opensagres.xdocreport.template.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.voidIDumper.dump(IXDocReport report, InputStream documentIn, fr.opensagres.xdocreport.template.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. -
Uses of DumperOptions in fr.opensagres.xdocreport.document.dump.eclipse
Subclasses of DumperOptions in fr.opensagres.xdocreport.document.dump.eclipse -
Uses of DumperOptions in fr.opensagres.xdocreport.document.dump.java
Subclasses of DumperOptions in fr.opensagres.xdocreport.document.dump.javaMethods in fr.opensagres.xdocreport.document.dump.java with parameters of type DumperOptionsModifier and TypeMethodDescriptionprotected voidJavaMainDumper.doDump(IXDocReport report, InputStream documentIn, fr.opensagres.xdocreport.template.IContext context, DumperOptions option, fr.opensagres.xdocreport.template.ITemplateEngine templateEngine, OutputStream out) -
Uses of DumperOptions in fr.opensagres.xdocreport.document.dump.maven
Subclasses of DumperOptions in fr.opensagres.xdocreport.document.dump.maven -
Uses of DumperOptions in fr.opensagres.xdocreport.document.web
Methods in fr.opensagres.xdocreport.document.web that return DumperOptionsModifier and TypeMethodDescriptionprotected DumperOptionsAbstractProcessXDocReportServlet.getOptionsDumper(IXDocReport report, jakarta.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 DumperOptionsModifier and TypeMethodDescriptionprotected voidAbstractProcessXDocReportServlet.error(IXDocReport report, fr.opensagres.xdocreport.template.IContext context, DumperOptions dumperOptions, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, Exception cause) Invoked when there is an error thrown in any part of doRequest() processing.