|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.scriptlets.ScriptletFactoryContext
public class ScriptletFactoryContext
Constructor Summary | |
---|---|
ScriptletFactoryContext(java.util.Map parameterValues,
JRDataset dataset)
|
Method Summary | |
---|---|
JRDataset |
getDataset()
Returns the dataset for which scriptlets are to be created. |
JasperReport |
getJasperReport()
Returns the JasperReport object for this context. |
java.util.Map |
getParameterValues()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScriptletFactoryContext(java.util.Map parameterValues, JRDataset dataset)
Method Detail |
---|
public JasperReport getJasperReport()
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
JasperReport
objectgetDataset()
public java.util.Map getParameterValues()
public JRDataset getDataset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |