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(java.lang.String name,
java.lang.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 java.util.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 java.util.List<JRAbstractScriptlet> |
JRFillDataset.createScriptlets(java.util.Map<java.lang.String,java.lang.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(java.lang.String scriptletClassName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<JRAbstractScriptlet> |
ScriptletFactory.getScriplets(ScriptletFactoryContext context)
Returns a list of scriptlet instances to be used during report filling.
|
java.util.List<JRAbstractScriptlet> |
DefaultScriptletFactory.getScriplets(ScriptletFactoryContext context) |
Modifier and Type | Class and Description |
---|---|
class |
MaxPagesGovernor |
class |
TimeoutGovernor |
Modifier and Type | Method and Description |
---|---|
protected JRAbstractScriptlet |
GovernorFactory.getScriptlet(java.lang.String scriptletClassName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<JRAbstractScriptlet> |
GovernorFactory.getScriplets(ScriptletFactoryContext context) |
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com