net.sf.jasperreports.engine.scriptlets
Class DefaultScriptletFactory
java.lang.Object
net.sf.jasperreports.engine.scriptlets.DefaultScriptletFactory
- All Implemented Interfaces:
- ScriptletFactory
public final class DefaultScriptletFactory
- extends Object
- implements ScriptletFactory
- Version:
- $Id: DefaultScriptletFactory.java 4595 2011-09-08 15:55:10Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static DefaultScriptletFactory getInstance()
getScriplets
public List<JRAbstractScriptlet> getScriplets(ScriptletFactoryContext context)
throws JRException
- Description copied from interface:
ScriptletFactory
- Returns a list of scriptlet instances to be used during report filling.
This method can return
null if no scriplet is to be used.
- Specified by:
getScriplets in interface ScriptletFactory
- Throws:
JRException
getScriptlet
protected JRAbstractScriptlet getScriptlet(String scriptletClassName)
throws JRException
- Throws:
JRException
Copyright © 2012. All Rights Reserved.