net.sf.jasperreports.governors
Class GovernorFactory

java.lang.Object
  extended by net.sf.jasperreports.governors.GovernorFactory
All Implemented Interfaces:
ScriptletFactory

public class GovernorFactory
extends java.lang.Object
implements ScriptletFactory

Version:
$Id: GovernorFactory.java 3034 2009-08-27 11:58:04Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
static GovernorFactory getInstance()
           
 java.util.List getScriplets(ScriptletFactoryContext context)
          Returns a list of scriptlet instances to be used during report filling.
protected  JRAbstractScriptlet getScriptlet(java.lang.String scriptletClassName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static GovernorFactory getInstance()

getScriplets

public java.util.List 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(java.lang.String scriptletClassName)
                                    throws JRException
Throws:
JRException


© 2001-2009 Jaspersoft Corporation www.jaspersoft.com