Package org.mapfish.print.processor
Interface CustomDependencies
- All Known Implementing Classes:
DataSourceProcessor
,MergeDataSourceProcessor
public interface CustomDependencies
Classes that implement this interface indicate what she dynamically depends on, for the "values"
input.
The test for this class will be part of MergeDataSourceProcessor
and DataSourceProcessor
tests .
-
Method Summary
Modifier and TypeMethodDescriptionGet what we dynamically depends on, for the "values" input.
-
Method Details
-
getDependencies
Get what we dynamically depends on, for the "values" input.
-