net.sf.jasperreports.engine
Class ParameterContributorContext

java.lang.Object
  extended by net.sf.jasperreports.engine.ParameterContributorContext

public class ParameterContributorContext
extends java.lang.Object

Version:
$Id: ParameterContributorContext.java 4595 2011-09-08 15:55:10Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Constructor Summary
ParameterContributorContext(java.util.Map<java.lang.String,java.lang.Object> 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<java.lang.String,java.lang.Object> getParameterValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterContributorContext

public ParameterContributorContext(java.util.Map<java.lang.String,java.lang.Object> parameterValues,
                                   JRDataset dataset)
Method Detail

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