net.sf.jasperreports.engine.scriptlets
Interface ScriptletFactory

All Known Implementing Classes:
DefaultScriptletFactory, GovernorFactory

public interface ScriptletFactory

A factory of JRAbstractScriptlet instances.

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

Method Summary
 java.util.List<JRAbstractScriptlet> getScriplets(ScriptletFactoryContext context)
          Returns a list of scriptlet instances to be used during report filling.
 

Method Detail

getScriplets

java.util.List<JRAbstractScriptlet> getScriplets(ScriptletFactoryContext context)
                                                 throws JRException
Returns a list of scriptlet instances to be used during report filling. This method can return null if no scriplet is to be used.

Throws:
JRException


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com