Class ScriptletFactoryContext

java.lang.Object
net.sf.jasperreports.engine.scriptlets.ScriptletFactoryContext

public class ScriptletFactoryContext extends Object
Author:
Teodor Danciu (teodord@users.sourceforge.net)
  • Constructor Details

  • Method Details

    • getJasperReportsContext

      public JasperReportsContext getJasperReportsContext()
    • 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:
    • getParameterValues

      public Map<String,Object> getParameterValues()
    • getDataset

      public JRDataset getDataset()
      Returns the dataset for which scriptlets are to be created.
      Returns:
      a dataset