Package org.mapfish.print.config
Interface HasConfiguration
- All Known Implementing Classes:
CertificateStore
,JasperReportBuilder
,Template
public interface HasConfiguration
Indicates that the
ConfigurationFactory
should inject the
configuration object into the object.-
Method Summary
Modifier and TypeMethodDescriptionvoid
setConfiguration
(Configuration configuration) Set the configuration that the object belongs to.
-
Method Details
-
setConfiguration
Set the configuration that the object belongs to.- Parameters:
configuration
- the configuration object
-