|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jasperreports.engine.JRTemplateReference
public class JRTemplateReference
A static template reference, consisting of a location from which the template can be loaded.
JRTemplate.getIncludedTemplates(),
JRXmlTemplateLoader.load(String)| Constructor Summary | |
|---|---|
JRTemplateReference()
Creates an empty reference. |
|
JRTemplateReference(java.lang.String location)
Creates a reference for a specific location. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLocation()
Returns the template location. |
void |
setLocation(java.lang.String location)
Sets the template location. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JRTemplateReference()
public JRTemplateReference(java.lang.String location)
location - the template location| Method Detail |
|---|
public java.lang.String getLocation()
public void setLocation(java.lang.String location)
location - the location of the template
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||