| |
|
| java.lang.Object net.sf.jasperreports.engine.JRTemplateReference
JRTemplateReference | public class JRTemplateReference (Code) | | A static template reference, consisting of a location from which the template
can be loaded.
author: Lucian Chirita (lucianc@users.sourceforge.net) version: $Id: JRTemplateReference.java 1759 2007-06-20 16:47:34Z lucianc $ See Also: JRTemplate.getIncludedTemplates See Also: JRXmlTemplateLoader.load(String) |
JRTemplateReference | public JRTemplateReference()(Code) | | Creates an empty reference.
|
JRTemplateReference | public JRTemplateReference(String location)(Code) | | Creates a reference for a specific location.
Parameters: location - the template location |
getLocation | public String getLocation()(Code) | | Returns the template location.
the template location |
setLocation | public void setLocation(String location)(Code) | | Sets the template location.
Parameters: location - the location of the template |
|
|
|