* @return the scriptlets list
* @throws JRException
*/
protected List createScriptlets(Map parameterValues) throws JRException
{
ScriptletFactoryContext context = new ScriptletFactoryContext(parameterValues, this);
scriptlets = new ArrayList();
List factories = ExtensionsEnvironment.getExtensionsRegistry().getExtensions(ScriptletFactory.class);
for (Iterator it = factories.iterator(); it.hasNext();)