Carsten Ziegeler wrote:
Berin Loritsch wrote:
The only thing that needs the getComponentConfigurations() method is the
DefaultSitemapConfigurationHolder.
We need a new interface to support that contract. Not all processors
need to use that.
Actually the current getComponentConfigurations() is used for passing
per sitemap configurations to components. Now with 2.2 we can have a
configuration file next to the sitemap. So by moving the configuration
into the xconf file we can forget about this completly.
Can you explain how it will work then? Having xconf file sitting next to sitemap
is just syntax sugar, it does not implement any new feature. So how this feature
is getting implementing by taking extra syntax calories?
Vadim