net.sf.jasperreports.governors
Class GovernorFactory
java.lang.Object
net.sf.jasperreports.governors.GovernorFactory
- All Implemented Interfaces:
- ScriptletFactory
public final class GovernorFactory
- extends Object
- implements ScriptletFactory
- Version:
- $Id: GovernorFactory.java 5050 2012-03-12 10:11:26Z 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 GovernorFactory 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.