Interface ScriptletFactory
-
- All Known Implementing Classes:
DefaultScriptletFactory,GovernorFactory
public interface ScriptletFactoryA factory ofJRAbstractScriptletinstances.- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 returnnullif no scriplet is to be used.- Throws:
JRException
-
-