|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Transformer in com.atlassian.confluence.content.render.xhtml |
---|
Classes in com.atlassian.confluence.content.render.xhtml that implement Transformer | |
---|---|
class |
PluggableTransformerChain
A Transformer 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 | |
---|---|
Transformer |
TransformerWeight.getTransformer()
|
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type Transformer | |
---|---|
DefaultRenderer(Transformer transformer,
I18NBeanFactory i18nBeanFactory,
LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter,
SettingsManager settingsManager)
|
|
DefaultRenderer(Transformer transformer,
I18NBeanFactory i18nBeanFactory,
LegacyV2RendererContextInitialiser legacyV2RendererConfigurationPropertySetter,
SettingsManager settingsManager,
java.lang.String outputDeviceType)
|
|
TransformerWeight(Transformer transformer,
int weight)
|
Constructor parameters in com.atlassian.confluence.content.render.xhtml with type arguments of type Transformer | |
---|---|
TransformerChain(java.util.List<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 | |
---|---|
class |
EditorXhtmlTransformer
Transformer editor formatted XHTML to storage format XHTML. |
Constructors in com.atlassian.confluence.content.render.xhtml.editor with parameters of type Transformer | |
---|---|
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 | |
---|---|
class |
StorageXhtmlTransformer
|
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 | |
---|---|
class |
InlineBodyMacroFixingTransformer
Responsible for 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 | |
---|---|
class |
RemoveApostropheEntityTransformer
A Transformer that removes that apostrophe entity which is invalid in HTML. |
Uses of Transformer in com.atlassian.confluence.content.service |
---|
Methods in com.atlassian.confluence.content.service with parameters of type Transformer | |
---|---|
void |
DefaultRenderingService.setStorageToViewTransformer(Transformer storageToViewTransformer)
|
Constructors in com.atlassian.confluence.content.service with parameters of type Transformer | |
---|---|
RenderContentCommandImpl(PermissionManager permissionManager,
IdContentLocator entityLocator,
SpaceLocator spaceLocator,
java.lang.String contentType,
java.lang.String content,
DefaultRenderingService.RenderMode mode,
Transformer storageToViewTransformer,
EditorConverter editConverter,
StorageFormatCleaner storageFormatCleaner,
I18NBeanFactory i18nBeanFactory,
LocaleManager localeManager,
FormatConverter formatConverter)
|
Uses of Transformer in com.atlassian.confluence.diff |
---|
Constructors in com.atlassian.confluence.diff with parameters of type Transformer | |
---|---|
DaisyHtmlDiffer(Transformer transformer,
java.util.List<DiffPostProcessor> postProcessors,
com.atlassian.cache.CacheManager cacheManager,
LocaleManager localeManager)
|
Uses of Transformer in com.atlassian.confluence.macro |
---|
Methods in com.atlassian.confluence.macro with parameters of type Transformer | |
---|---|
void |
GenericVelocityMacro.setStorageToViewTransformer(Transformer storageToViewTransformer)
|
Uses of Transformer in com.atlassian.confluence.plugin.descriptor |
---|
Methods in com.atlassian.confluence.plugin.descriptor that return Transformer | |
---|---|
Transformer |
TransformerModuleDescriptor.getModule()
|
Uses of Transformer in com.atlassian.confluence.plugins.templates.transformer |
---|
Classes in com.atlassian.confluence.plugins.templates.transformer that implement Transformer | |
---|---|
class |
EditorToStorageTemplateVariablesTransformer
|
class |
StorageToEditorTemplateVariablesTransformer
|
class |
StorageToViewTemplateVariablesTransformer
|
Uses of Transformer in com.atlassian.confluence.renderer.v2.macros |
---|
Methods in com.atlassian.confluence.renderer.v2.macros with parameters of type Transformer | |
---|---|
void |
GenericVelocityMacro.setStorageToViewTransformer(Transformer storageToViewTransformer)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |