Package net.sf.jasperreports.engine.fill
Class JRThreadSubreportRunnerFactory
- java.lang.Object
-
- net.sf.jasperreports.engine.fill.JRThreadSubreportRunnerFactory
-
- All Implemented Interfaces:
JRSubreportRunnerFactory
public class JRThreadSubreportRunnerFactory extends java.lang.Object implements JRSubreportRunnerFactory
JRThreadSubreportRunnersubreport runners factory.This factory is used by default if no other factory class is specified.
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.engine.fill.JRSubreportRunnerFactory
SUBREPORT_RUNNER_FACTORY
-
-
Constructor Summary
Constructors Constructor Description JRThreadSubreportRunnerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRSubreportRunnercreateSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)Creates a newJRSubreportRunnerinstance.
-
-
-
Method Detail
-
createSubreportRunner
public JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller)
Description copied from interface:JRSubreportRunnerFactoryCreates a newJRSubreportRunnerinstance.- Specified by:
createSubreportRunnerin interfaceJRSubreportRunnerFactory- Parameters:
fillSubreport- the subreport element of the master reportsubreportFiller- the subreport filler created to fill the subreport- Returns:
- a new
JRSubreportRunnerinstance
-
-