de.fh_mannheim.mm.dms.webengine
Interface IReport
- All Known Implementing Classes:
- DownloadReport, ExportReport, IndexReport, SearchReport
- public interface IReport
IReport is an interface for report servlets.
- Version:
- $Revision: 1.2 $
- Author:
- Jan Löffler, mail@jlsoft.de
|
Method Summary |
org.w3c.dom.Document |
produceReport(javax.servlet.http.HttpServletRequest request)
Generate the report as xml document. |
produceReport
public org.w3c.dom.Document produceReport(javax.servlet.http.HttpServletRequest request)
throws java.lang.Exception
- Generate the report as xml document.
- Parameters:
request - The current ServletRequest
- Returns:
- xml document
- Throws:
java.lang.Exception