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 3034 2009-08-27 11:58:04Z teodord $
Author:
Teodor Danciu ([email protected])

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

Method Detail

getScriplets

java.util.List 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


Copyright © 2011. All Rights Reserved.