Package org.mapfish.print.config
Interface ConfigurationObject
- All Known Subinterfaces:
AccessAssertion,Attribute,HttpProcessor<PARAM>,Processor<IN,,OUT> ReportStorage,TableColumnConverter<R>,URIMatcher
- All Known Implementing Classes:
AbstractClientHttpRequestFactoryProcessor,AbstractMatcher,AbstractProcessor,AcceptAllMatcher,AddHeadersProcessor,AddressHostMatcher,AddStaticLayersProcessor,AlwaysAllowAssertion,AndAccessAssertion,BooleanAttribute,CertificateStore,CompositeClientHttpRequestFactoryProcessor,Configuration,CreateMapPagesProcessor,CreateMapProcessor,CreateNorthArrowProcessor,CreateOverviewMapProcessor,CreateScalebarProcessor,DataSourceAttribute,DataSourceProcessor,DateFormatProcessor,DnsHostMatcher,FeaturesAttribute,FloatAttribute,ForwardHeadersProcessor,GenericMapAttribute,HostMatcher,HostnameMatcher,HttpCredential,HttpImageResolver,HttpProxy,HttpRequestHeadersAttribute,InetHostMatcher,IntegerAttribute,JasperReportBuilder,JsonDatasourceAttribute,LegendAttribute,LegendProcessor,LocalHostMatcher,MapAttribute,MapUriProcessor,MergeDataSourceProcessor,MergeDataSourceProcessor.Source,NorthArrowAttribute,OverviewMapAttribute,PagingAttribute,PDFConfig,PdfConfigurationProcessor,PdfConfigurationProcessor.Update,PrimitiveAttribute,ReflectiveAttribute,RestrictUrisProcessor,RoleAccessAssertion,S3ReportStorage,ScalebarAttribute,SetFeaturesProcessor,SetStyleProcessor,SetTiledWmsProcessor,SetWmsCustomParamProcessor,SmtpConfig,StaticLayersAttribute,StringArrayAttribute,StringAttribute,StyleAttribute,TableAttribute,TableProcessor,Template,UseHttpForHttpsProcessor,ZoomLevels
public interface ConfigurationObject
A flag interface for a configuration object. This to allow spring to find them as plugins.
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(List<Throwable> validationErrors, Configuration configuration) validate that the configuration was correct.
-
Method Details
-
validate
validate that the configuration was correct.- Parameters:
validationErrors- a list to add any detected errors to.configuration- the containing configuration
-