Package net.sf.jasperreports.engine.fill
Interface JRSubreportRunnerFactory
- All Known Implementing Classes:
JRContinuationSubreportRunnerFactory,JRThreadSubreportRunnerFactory,ThreadPoolSubreportRunnerFactory
public interface JRSubreportRunnerFactory
Factory of
JRSubreportRunner instances.- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty specifying theJRSubreportRunnerFactoryimplementation to use for creating subreport runners. -
Method Summary
Modifier and TypeMethodDescriptioncreateSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller) Creates a newJRSubreportRunnerinstance.
-
Field Details
-
SUBREPORT_RUNNER_FACTORY
Property specifying theJRSubreportRunnerFactoryimplementation to use for creating subreport runners.- See Also:
-
-
Method Details
-
createSubreportRunner
JRSubreportRunner createSubreportRunner(JRFillSubreport fillSubreport, JRBaseFiller subreportFiller) Creates a newJRSubreportRunnerinstance.- Parameters:
fillSubreport- the subreport element of the master reportsubreportFiller- the subreport filler created to fill the subreport- Returns:
- a new
JRSubreportRunnerinstance
-