Uses of Interface
net.sf.jasperreports.engine.JRTemplate

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
 

Methods in net.sf.jasperreports.engine.fill that return JRTemplate
 JRTemplate JRFillReportTemplate.evaluate()
           
 JRTemplate JRFillContext.getLoadedTemplate(java.lang.Object source)
          Gets a cached template.
protected static JRTemplate JRFillReportTemplate.loadTemplate(java.lang.Object source, java.lang.Class sourceType, JRFillContext fillContext)
           
 

Methods in net.sf.jasperreports.engine.fill with parameters of type JRTemplate
protected  void JRBaseFiller.collectIncludedTemplates(JRTemplate template, java.util.List externalStyles, java.util.Set loadedLocations)
           
protected  void JRBaseFiller.collectStyles(JRTemplate template, java.util.List externalStyles, java.util.Set loadedLocations)
           
 void JRFillContext.registerLoadedTemplate(java.lang.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(java.io.File file)
          Parses a template XML file into a template object.
static JRTemplate JRXmlTemplateLoader.load(java.io.InputStream data)
          Parses a template XML data stream into a template object.
static JRTemplate JRXmlTemplateLoader.load(java.lang.String location)
          Parses a template XML found at a specified location into a template object.
static JRTemplate JRXmlTemplateLoader.load(java.net.URL url)
          Parses a template XML located at a URL into a template object.
protected  JRTemplate JRXmlTemplateLoader.loadTemplate(java.io.InputStream data)
           
 

Methods in net.sf.jasperreports.engine.xml with parameters of type JRTemplate
static java.lang.String JRXmlTemplateWriter.writeTemplate(JRTemplate template)
          Returns the XML representation of a template.
static void JRXmlTemplateWriter.writeTemplate(JRTemplate template, java.io.OutputStream out)
          Writes the XML representation of a template to an output stream.
static void JRXmlTemplateWriter.writeTemplate(JRTemplate template, java.io.OutputStream out, java.lang.String encoding)
          Writes the XML representation of a template to an output stream.
static java.lang.String JRXmlTemplateWriter.writeTemplate(JRTemplate template, java.lang.String encoding)
          Returns the XML representation of a template.
protected static void JRXmlTemplateWriter.writeTemplate(JRTemplate template, java.io.Writer out, java.lang.String encoding)
           
static void JRXmlTemplateWriter.writeTemplateToFile(JRTemplate template, java.lang.String outputFile)
          Writes the XML representation of a template to a file.
static void JRXmlTemplateWriter.writeTemplateToFile(JRTemplate template, java.lang.String outputFile, java.lang.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, java.io.Writer out, java.lang.String encoding)
          Creates an XML template writer.
 



© 2001-2006 JasperSoft Corporation www.jaspersoft.com