Class DataAdapterParameterContributorFactory
java.lang.Object
net.sf.jasperreports.dataadapters.DataAdapterParameterContributorFactory
- All Implemented Interfaces:
ParameterContributorFactory
public final class DataAdapterParameterContributorFactory
extends Object
implements ParameterContributorFactory
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA report/dataset level property that provides the location of a data adapter resource to be used for the dataset. -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
PROPERTY_DATA_ADAPTER_LOCATION
A report/dataset level property that provides the location of a data adapter resource to be used for the dataset.- See Also:
-
-
Method Details
-
getInstance
-
getContributors
public List<ParameterContributor> getContributors(ParameterContributorContext context) throws JRException - Specified by:
getContributorsin interfaceParameterContributorFactory- Throws:
JRException
-