Uses of Interface
com.atlassian.confluence.content.render.xhtml.transformers.Transformer
-
-
Uses of Transformer in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement Transformer Modifier and Type Class Description class
PluggableTransformerChain
ATransformer
which passes the input through a series of other transformers provided by enabled plugins'TransformerModuleDescriptor
s, in addition to a set of defaults transformers.class
TransformerChain
Takes an ordered list of transfomers and runs each of them serially, passing the transformation output of one transformer as input into the next.Methods in com.atlassian.confluence.content.render.xhtml that return Transformer Modifier and Type Method Description Transformer
TransformerWeight. getTransformer()
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type Transformer Constructor Description DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager)
Deprecated.since 5.6DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager, RenderingEventPublisher renderingEventPublisher)
Deprecated.DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager, RenderingEventPublisher renderingEventPublisher, ContentResourcePrefetcher contentResourcePrefetcher)
DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager, RenderingEventPublisher renderingEventPublisher, String outputDeviceType)
Deprecated.DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager, RenderingEventPublisher renderingEventPublisher, String outputDeviceType, ContentResourcePrefetcher contentResourcePrefetcher)
DefaultRenderer(Transformer transformer, I18NBeanFactory i18nBeanFactory, LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter, SettingsManager settingsManager, String outputDeviceType)
Deprecated.since 5.6TransformerWeight(Transformer transformer, int weight)
Constructor parameters in com.atlassian.confluence.content.render.xhtml with type arguments of type Transformer Constructor Description TransformerChain(Iterable<Transformer> transformers)
-
Uses of Transformer in com.atlassian.confluence.content.render.xhtml.editor
Classes in com.atlassian.confluence.content.render.xhtml.editor that implement Transformer Modifier and Type Class Description class
EditorXhtmlTransformer
Transformer editor formatted XHTML to storage format XHTML.Constructors in com.atlassian.confluence.content.render.xhtml.editor with parameters of type Transformer Constructor Description DefaultEditorConverter(Transformer storageConverter, HtmlToXmlConverter htmlToXmlConverter)
-
Uses of Transformer in com.atlassian.confluence.content.render.xhtml.storage
Classes in com.atlassian.confluence.content.render.xhtml.storage that implement Transformer Modifier and Type Class Description class
StorageXhtmlTransformer
Methods in com.atlassian.confluence.content.render.xhtml.storage that return Transformer Modifier and Type Method Description Transformer
ContentTransformerFactory. getTransformer(MacroDefinitionHandler macroDefinitionHandler)
Deprecated.Transformer
ContentTransformerFactory. getTransformer(MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)
Returns a Transformer.Transformer
ContentTransformerFactory. getTransformer(MacroDefinitionReplacer macroDefinitionReplacer)
Returns a Transformer.Transformer
ContentTransformerFactory. getTransformer(MacroDefinitionUpdater macroDefinitionUpdater)
Returns a Transformer.Transformer
DefaultContentTransformerFactory. getTransformer(MacroDefinitionHandler macroDefinitionHandler)
Transformer
DefaultContentTransformerFactory. getTransformer(MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)
Transformer
DefaultContentTransformerFactory. getTransformer(MacroDefinitionReplacer macroDefinitionReplacer)
Transformer
DefaultContentTransformerFactory. getTransformer(MacroDefinitionUpdater macroDefinitionUpdater)
Returns a Transformer. -
Uses of Transformer in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
Classes in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody that implement Transformer Modifier and Type Class Description class
InlineBodyMacroFixingTransformer
Responsible for cleaning up cursor target paragraphs and moving <ac:macro> fragments that output inline markup when rendered, into any nearby paragraphs. -
Uses of Transformer in com.atlassian.confluence.content.render.xhtml.transformers
Classes in com.atlassian.confluence.content.render.xhtml.transformers that implement Transformer Modifier and Type Class Description class
RemoveApostropheEntityTransformer
A Transformer that removes that apostrophe entity which is invalid in HTML. -
Uses of Transformer in com.atlassian.confluence.diff
Constructors in com.atlassian.confluence.diff with parameters of type Transformer Constructor Description DaisyHtmlDiffer(Transformer transformer, List<DiffPostProcessor> postProcessors, com.atlassian.vcache.VCacheFactory cacheFactory, LocaleManager localeManager)
-
Uses of Transformer in com.atlassian.confluence.macro
Methods in com.atlassian.confluence.macro with parameters of type Transformer Modifier and Type Method Description void
GenericVelocityMacro. setStorageToViewTransformer(Transformer storageToViewTransformer)
-
Uses of Transformer in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return Transformer Modifier and Type Method Description Transformer
TransformerModuleDescriptor. createModule()
Transformer
TransformerModuleDescriptor. getModule()
-
Uses of Transformer in com.atlassian.confluence.plugins.templates.transformer
Classes in com.atlassian.confluence.plugins.templates.transformer that implement Transformer Modifier and Type Class Description class
EditorToStorageTemplateVariablesTransformer
class
StorageToEditorTemplateVariablesTransformer
class
StorageToViewTemplateVariablesTransformer
-