Class I18nTransformer

All Implemented Interfaces:
Poolable, Recyclable, Disposable, Component, Configurable, Contextualizable, LogEnabled, Serviceable, CacheableProcessingComponent, SitemapModelComponent, Transformer, XMLConsumer, XMLPipe, XMLProducer, XMLConsumer, ContentHandler, LexicalHandler
Direct Known Subclasses:
ExternalI18nTransformer, I18nTransformer

public class I18nTransformer extends I18nTransformer implements Contextualizable
This class extends the classic I18nTransormer by automatically filling it with plugins catalogues. It also handles special sitemap parameters :
  • plugin : when specified and when the given plugin exists, the default catalogue id is set to plugin.plugin
  • workspace : when specified and when the given workspace exists, the default catalogue id is set to workspace.workspace
If the specified pugin or workspace does not exist, the specified default catalogue id is used, if any.