public class ReportConstants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ReportConstants.FileFormat |
| Modifier and Type | Field and Description |
|---|---|
static int |
AMOUNT_PRECISION_DEFAULT |
static String |
CHARACTER_ENCODING_UTF8 |
static String |
CUSTOM_DIR_NAME
Path of the directory that is checked first for any customised report templates before looking at the standard template path.
|
static String |
HTTP_HEADER_CONTENT_DISPOSITION |
static String |
IMAGE_CONTEXT_PATH |
static String |
IMAGES_BASE_PATH
The path (in CLASSPATH) where the report engine will look for images during report generation.
|
static String |
REPORT_CONFIG_FILE
The properties file used for fetching report configuration (format) for a given report template.
|
static String |
REPORTS_BASE_PATH
The based directory for report templates.
|
static String |
REQ_PARAM_REPORT_ID |
static String |
TEMPLATE_DIR_NAME
Name of the report templates directory.
|
| Constructor and Description |
|---|
ReportConstants() |
public static final String IMAGES_BASE_PATH
public static final String CUSTOM_DIR_NAME
public static final String REPORTS_BASE_PATH
public static final String TEMPLATE_DIR_NAME
public static final String REPORT_CONFIG_FILE
public static final String CHARACTER_ENCODING_UTF8
public static final String REQ_PARAM_REPORT_ID
public static final int AMOUNT_PRECISION_DEFAULT
public static final String HTTP_HEADER_CONTENT_DISPOSITION
public static final String IMAGE_CONTEXT_PATH
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.