Package | Description |
---|---|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade classes for compiling, filling
and exporting reports and also publishes the library's main interfaces and classes.
|
net.sf.jasperreports.engine.fill |
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
|
net.sf.jasperreports.engine.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Class and Description |
---|---|
class |
JRSimpleTemplate
Default
JRTemplate implementation. |
Modifier and Type | Field and Description |
---|---|
protected List<JRTemplate> |
JRBaseFiller.templates |
Modifier and Type | Method and Description |
---|---|
JRTemplate |
JRFillReportTemplate.evaluate() |
JRTemplate |
JRFillContext.getLoadedTemplate(Object source)
Gets a cached template.
|
protected static JRTemplate |
JRFillReportTemplate.loadTemplate(Object source,
JRBaseFiller filler) |
Modifier and Type | Method and Description |
---|---|
List<JRTemplate> |
JRBaseFiller.getTemplates() |
Modifier and Type | Method and Description |
---|---|
protected void |
JRBaseFiller.collectIncludedTemplates(JRTemplate template,
List<JRStyle> externalStyles,
Set<String> loadedLocations,
Set<String> templateParentLocations) |
protected void |
JRBaseFiller.collectStyles(JRTemplate template,
List<JRStyle> externalStyles,
Set<String> loadedLocations) |
protected void |
JRBaseFiller.collectStyles(JRTemplate template,
List<JRStyle> externalStyles,
Set<String> loadedLocations,
Set<String> templateParentLocations) |
void |
JRFillContext.registerLoadedTemplate(Object source,
JRTemplate template)
Registers a template loaded from a source.
|
Modifier and Type | Method and Description |
---|---|
static JRTemplate |
JRXmlTemplateLoader.load(File file) |
static JRTemplate |
JRXmlTemplateLoader.load(InputStream data) |
static JRTemplate |
JRXmlTemplateLoader.load(String location) |
static JRTemplate |
JRXmlTemplateLoader.load(URL url) |
JRTemplate |
JRXmlTemplateLoader.loadTemplate(File file)
Parses a template XML file into a
template object . |
JRTemplate |
JRXmlTemplateLoader.loadTemplate(InputStream data)
Parses a template XML data stream into a
template object . |
JRTemplate |
JRXmlTemplateLoader.loadTemplate(String location)
Parses a template XML found at a specified location into a
template object . |
JRTemplate |
JRXmlTemplateLoader.loadTemplate(URL url)
Parses a template XML located at a URL into a
template object . |
Modifier and Type | Method and Description |
---|---|
static String |
JRXmlTemplateWriter.writeTemplate(JRTemplate template)
Returns the XML representation of a template.
|
static void |
JRXmlTemplateWriter.writeTemplate(JRTemplate template,
OutputStream out)
Writes the XML representation of a template to an output stream.
|
static void |
JRXmlTemplateWriter.writeTemplate(JRTemplate template,
OutputStream out,
String encoding)
Writes the XML representation of a template to an output stream.
|
static String |
JRXmlTemplateWriter.writeTemplate(JRTemplate template,
String encoding)
Returns the XML representation of a template.
|
protected static void |
JRXmlTemplateWriter.writeTemplate(JRTemplate template,
Writer out,
String encoding) |
static void |
JRXmlTemplateWriter.writeTemplateToFile(JRTemplate template,
String outputFile)
Writes the XML representation of a template to a file.
|
static void |
JRXmlTemplateWriter.writeTemplateToFile(JRTemplate template,
String outputFile,
String encoding)
Writes the XML representation of a template to a file.
|
Constructor and Description |
---|
JRXmlTemplateWriter(JRTemplate template,
Writer out,
String encoding)
Creates an XML template writer.
|
Copyright © 2016. All rights reserved.