|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JRTemplate | |
|---|---|
| net.sf.jasperreports.engine | Provides access to the library's main functionality through fa�ade 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. |
| Uses of JRTemplate in net.sf.jasperreports.engine |
|---|
| Classes in net.sf.jasperreports.engine that implement JRTemplate | |
|---|---|
class |
JRSimpleTemplate
Default JRTemplate implementation. |
| Uses of JRTemplate in net.sf.jasperreports.engine.fill |
|---|
| Fields in net.sf.jasperreports.engine.fill with type parameters of type JRTemplate | |
|---|---|
protected List<JRTemplate> |
JRBaseFiller.templates
|
| Methods in net.sf.jasperreports.engine.fill that return JRTemplate | |
|---|---|
JRTemplate |
JRFillReportTemplate.evaluate()
|
JRTemplate |
JRFillContext.getLoadedTemplate(Object source)
Gets a cached template. |
protected static JRTemplate |
JRFillReportTemplate.loadTemplate(Object source,
JRBaseFiller filler)
|
| Methods in net.sf.jasperreports.engine.fill that return types with arguments of type JRTemplate | |
|---|---|
List<JRTemplate> |
JRBaseFiller.getTemplates()
|
| Methods in net.sf.jasperreports.engine.fill with parameters of type JRTemplate | |
|---|---|
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. |
| Uses of JRTemplate in net.sf.jasperreports.engine.xml |
|---|
| Methods in net.sf.jasperreports.engine.xml that return JRTemplate | |
|---|---|
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. |
| Methods in net.sf.jasperreports.engine.xml with parameters of type JRTemplate | |
|---|---|
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. |
| Constructors in net.sf.jasperreports.engine.xml with parameters of type JRTemplate | |
|---|---|
JRXmlTemplateWriter(JRTemplate template,
Writer out,
String encoding)
Creates an XML template writer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||