| Package | Description |
|---|---|
| fr.opensagres.xdocreport.document | |
| fr.opensagres.xdocreport.document.web |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessState |
Generator.getProcessState(In request)
Returns process state (original|preprocessed|generated).
|
static ProcessState |
ProcessState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessState[] |
ProcessState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Generator.doDocumentArchive(ProcessState state,
String entryName,
In request,
Out response) |
protected void |
Generator.doSaveEntry(ProcessState processState,
String entryName,
In request,
Out response)
Extract entry from a report.
|
protected void |
Generator.doSaveReport(ProcessState processState,
In request,
Out response)
Save document archive of the report.
|
void |
IXDocReport.save(ProcessState processState,
OutputStream out)
Save original|preprocessed XML document archive in the given output stream.
|
void |
AbstractXDocReport.save(ProcessState processState,
OutputStream out) |
void |
IXDocReport.saveEntry(String entryName,
ProcessState processState,
OutputStream out)
Save original|preprocessed entryName from XML document archive in the given output stream.
|
void |
AbstractXDocReport.saveEntry(String entryName,
ProcessState processState,
OutputStream out) |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessState |
BaseXDocReportServlet.getProcessState(javax.servlet.http.HttpServletRequest request)
Returns process state (original|preprocessed|generated).
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractProcessXDocReportServlet.doDocumentArchive(ProcessState state,
String entryName,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
AbstractProcessXDocReportServlet.doSaveEntry(ProcessState processState,
String entryName,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Extract entry from a report.
|
protected void |
AbstractProcessXDocReportServlet.doSaveReport(ProcessState processState,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Save document archive of the report.
|
Copyright © 2017. All Rights Reserved.