*/
public List getScriplets(ScriptletFactoryContext context) throws JRException
{
List scriptlets = new ArrayList();
JRAbstractScriptlet scriptlet = (JRAbstractScriptlet)context.getParameterValues().get(JRParameter.REPORT_SCRIPTLET);
if (scriptlet == null)
{
String scriptletClassName = context.getDataset().getScriptletClass();
if (scriptletClassName != null)
{