Package | Description |
---|---|
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.xml |
Contains classes for loading report templates from XML files.
|
Modifier and Type | Method and Description |
---|---|
JRTemplateReference[] |
JRTemplate.getIncludedTemplates()
Returns the templates included/referenced by this template.
|
JRTemplateReference[] |
JRSimpleTemplate.getIncludedTemplates() |
JRTemplateReference |
JRSimpleTemplate.removeIncludedTemplate(java.lang.String location)
Removes an included template.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<JRTemplateReference> |
JRSimpleTemplate.getIncludedTemplatesList() |
Modifier and Type | Method and Description |
---|---|
void |
JRSimpleTemplate.addIncludedTemplate(int index,
JRTemplateReference reference)
Adds an included template.
|
void |
JRSimpleTemplate.addIncludedTemplate(JRTemplateReference reference)
Adds an included template.
|
boolean |
JRSimpleTemplate.removeIncludedTemplate(JRTemplateReference reference)
Removes an included template.
|
Modifier and Type | Method and Description |
---|---|
protected void |
JRXmlTemplateWriter.writeIncludedTemplate(JRTemplateReference reference) |
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com