CsvServlet |
|
ExcelExportServlet |
Servlet utilizing POI class to create xslx files
Note that Sylk and Cvs exports are much more efficient than this, i.e. less bandwidth consuming, faster and less memory consuming since they are streaming and a leaner format
Use this only, when needed, for example because you fill an Excel template or because you need UTF-8 chars.
|
ExportServlet |
Servlet providing the base class for ExcelExportServlet, SylkServlet and CsvServlet.
|
HttpRequestOptions |
Wrapp a httpRequest and implements IRequestOptions for Wrs operations
|
RequestOptions |
Implements IRequestOptions for Wrs operations, which may not be originated in an HTTP request
When using getManagedConnection() also call returnAllThreadManagedConnections()!
|
SylkServlet |
|
Wrq2SqlServlet |
Returns the generated SQL statement for a Wrq.
|
WrsAccessLogEvent |
This bean contains all information about the log-event
|
WrsNextIdentifierServlet |
provides next identifier - table based id generator,
binding-set: bcd_identifier
|
WrsServlet |
Servlet for calling Wrs services
GET: It turns a WrsRequest into SQL and returns a Wrs document with wrs:R rows
POST: It turns a Wrs into updates of the database based on wrs:M wrs:D rows
|