|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProcessState | |
|---|---|
| fr.opensagres.xdocreport.document | |
| fr.opensagres.xdocreport.document.web | |
| Uses of ProcessState in fr.opensagres.xdocreport.document |
|---|
| Methods in fr.opensagres.xdocreport.document that return ProcessState | |
|---|---|
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. |
| Methods in fr.opensagres.xdocreport.document with parameters of type ProcessState | |
|---|---|
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)
|
| Uses of ProcessState in fr.opensagres.xdocreport.document.web |
|---|
| Methods in fr.opensagres.xdocreport.document.web that return ProcessState | |
|---|---|
protected ProcessState |
BaseXDocReportServlet.getProcessState(javax.servlet.http.HttpServletRequest request)
Returns process state (original|preprocessed|generated). |
| Methods in fr.opensagres.xdocreport.document.web with parameters of type ProcessState | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||