Package | Description |
---|---|
net.sf.jasperreports.components.table.fill |
Contains fill time implementations for Table component related interfaces.
|
net.sf.jasperreports.engine |
Provides access to the library's main functionality through facade 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.scriptlets |
Contains factory interfaces and implementations for global report scriptlets.
|
net.sf.jasperreports.governors |
Provides support for report governors.
|
Modifier and Type | Class and Description |
---|---|
class |
TableReportScriptlet |
Modifier and Type | Method and Description |
---|---|
void |
TableReportDataset.addScriptlet(String name,
Class<? extends JRAbstractScriptlet> type) |
Modifier and Type | Class and Description |
---|---|
class |
JRDefaultScriptlet
This class provides default empty implementations for scriptlet events.
|
Modifier and Type | Class and Description |
---|---|
class |
JRFillDatasetScriptlet |
Modifier and Type | Field and Description |
---|---|
protected JRAbstractScriptlet |
JRFillDataset.delegateScriptlet |
protected JRAbstractScriptlet |
BaseReportFiller.scriptlet |
Modifier and Type | Field and Description |
---|---|
protected List<JRAbstractScriptlet> |
JRFillDataset.scriptlets
The scriptlets used by the dataset.
|
Modifier and Type | Method and Description |
---|---|
JRAbstractScriptlet |
JRFillScriptlet.getScriptlet() |
Modifier and Type | Method and Description |
---|---|
protected List<JRAbstractScriptlet> |
JRFillDataset.createScriptlets(Map<String,Object> parameterValues)
Creates the scriptlets.
|
Modifier and Type | Method and Description |
---|---|
void |
JRFillScriptlet.setScriptlet(JRAbstractScriptlet scriptlet) |
Modifier and Type | Method and Description |
---|---|
protected JRAbstractScriptlet |
DefaultScriptletFactory.getScriptlet(String scriptletClassName) |
Modifier and Type | Method and Description |
---|---|
List<JRAbstractScriptlet> |
DefaultScriptletFactory.getScriplets(ScriptletFactoryContext context) |
List<JRAbstractScriptlet> |
ScriptletFactory.getScriplets(ScriptletFactoryContext context)
Returns a list of scriptlet instances to be used during report filling.
|
Modifier and Type | Class and Description |
---|---|
class |
MaxPagesGovernor |
class |
TimeoutGovernor |
Modifier and Type | Method and Description |
---|---|
protected JRAbstractScriptlet |
GovernorFactory.getScriptlet(String scriptletClassName) |
Modifier and Type | Method and Description |
---|---|
List<JRAbstractScriptlet> |
GovernorFactory.getScriplets(ScriptletFactoryContext context) |
Copyright © 2017. All rights reserved.