| Package | Description |
|---|---|
| com.jalios.jcms.handler |
Contains the javabean classes uses to process HTTP request (aka form handlers).
|
| com.jalios.jcms.stat |
Provides classes for statistics management and analysis.
|
| Modifier and Type | Method and Description |
|---|---|
RawDataExportHandler |
ExportRawStatDataHandler.getAvailableExportHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,RawDataExportHandler> |
ExportRawStatDataHandler.getExportType() |
| Modifier and Type | Class and Description |
|---|---|
class |
CSVExportRawDataHandler
implementation of
RawDataExportHandler to generate CSV file |
class |
XmlRawDataExportHandler
Export data to XML format
|
| Modifier and Type | Field and Description |
|---|---|
protected RawDataExportHandler |
StatExporter.driver |
protected RawDataExportHandler |
ExportParameters.exportHandler |
| Modifier and Type | Method and Description |
|---|---|
RawDataExportHandler |
ExportParameters.getExportHandler() |
RawDataExportHandler |
RawDataExportManager.putOrReplace(java.lang.String key,
RawDataExportHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,RawDataExportHandler> |
RawDataExportManager.getHandlers() |
| Modifier and Type | Method and Description |
|---|---|
protected StatHandler |
StatExporter.buildExportStatHandler(long fromDate,
long toDate,
Workspace workspace,
RawDataExportHandler driver)
Build the StatHandler
|
protected StatListener |
StatExporter.createRawExportListener(RawDataExportHandler exportDriver) |
RawDataExportHandler |
RawDataExportManager.putOrReplace(java.lang.String key,
RawDataExportHandler handler) |
void |
ExportParameters.setExportHandler(RawDataExportHandler exportHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
RawDataExportManager.setHandlers(java.util.HashMap<java.lang.String,RawDataExportHandler> handlers) |
| Constructor and Description |
|---|
RawExportStatListener(RawDataExportHandler driver) |
StatExporter(long fromDate,
long toDate,
Workspace workspace,
RawDataExportHandler driver,
boolean mailNotification,
Member member,
java.lang.String token) |
Copyright © 2001-2010 Jalios SA. All Rights Reserved.