Uses of Interface
net.sf.jasperreports.engine.fill.FillHandle
-
Packages that use FillHandle Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.web.servlets Contains web servlets implementations. -
-
Uses of FillHandle in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement FillHandle Modifier and Type Class Description class
AsynchronousFillHandle
Class used to perform report filling asychronously.class
BaseFillHandle
Base class used to perform report filling asychronously. -
Uses of FillHandle in net.sf.jasperreports.web.servlets
Constructors in net.sf.jasperreports.web.servlets with parameters of type FillHandle Constructor Description AsyncJasperPrintAccessor(FillHandle fillHandle)
Create a report accessor.
-