Uses of Interface
com.atlassian.confluence.pages.templates.TemplateI18nHandler
-
Packages that use TemplateI18nHandler Package Description com.atlassian.confluence.pages.templates com.atlassian.confluence.plugins.templates.transformer -
-
Uses of TemplateI18nHandler in com.atlassian.confluence.pages.templates
Classes in com.atlassian.confluence.pages.templates that implement TemplateI18nHandler Modifier and Type Class Description class
DefaultTemplateI18nHandler
TODO - this class and interface really necessary? On the plus side, it abstracts the site-locale decision away from the main TemplateHandler.Constructors in com.atlassian.confluence.pages.templates with parameters of type TemplateI18nHandler Constructor Description XhtmlTemplateHandler(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, FormatConverter formatConverter, XMLEventFactory xmlEventFactory, TemplateI18nHandler templateI18nHandler, StorageFormatCleaner storageFormatCleaner, SpaceManager spaceManager)
-
Uses of TemplateI18nHandler in com.atlassian.confluence.plugins.templates.transformer
Constructors in com.atlassian.confluence.plugins.templates.transformer with parameters of type TemplateI18nHandler Constructor Description StorageToEditorTemplateVariablesTransformer(XmlOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, ContextPathHolder contextPathHolder, TemplateI18nHandler templateI18nHandler, XMLEventFactoryProvider xmlEventFactoryProvider)
-