net.sf.jasperreports.engine.scriptlets
Class ScriptletFactoryContext
java.lang.Object
net.sf.jasperreports.engine.scriptlets.ScriptletFactoryContext
public class ScriptletFactoryContext
- extends java.lang.Object
- Version:
- $Id: ScriptletFactoryContext.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScriptletFactoryContext
public ScriptletFactoryContext(java.util.Map<java.lang.String,java.lang.Object> parameterValues,
JRDataset dataset)
getJasperReport
public JasperReport getJasperReport()
- Returns the
JasperReport
object for this context.
Note that this context might correspond to a subdataset in the report.
Use getDataset()
to retrieve the dataset for which scriptlets
are to be created
- Returns:
- the current
JasperReport
object - See Also:
getDataset()
getParameterValues
public java.util.Map<java.lang.String,java.lang.Object> getParameterValues()
getDataset
public JRDataset getDataset()
- Returns the dataset for which scriptlets are to be created.
- Returns:
- a dataset
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com