Uses of Interface
com.atlassian.confluence.content.render.xhtml.storage.MacroDefinitionTransformer
-
-
Uses of MacroDefinitionTransformer in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type MacroDefinitionTransformer Constructor Description ContentMacroServiceImpl(ContentEntityManagerInternal contentEntityManager, MacroDefinitionTransformer macroDefinitionTransformer, PermissionManager permissionManager) -
Uses of MacroDefinitionTransformer in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement MacroDefinitionTransformer Modifier and Type Class Description classDefaultXhtmlContent -
Uses of MacroDefinitionTransformer in com.atlassian.confluence.content.render.xhtml.view.excerpt
Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type MacroDefinitionTransformer Constructor Description DefaultExcerpter(XMLOutputFactory xmlFragmentOutputFactory, XmlEventReaderFactory xmlEventReaderFactory, HtmlToXmlConverter htmlToXmlConverter, SettingsManager settingsManager, Renderer viewRenderer, Unmarshaller<EmbeddedImage> embeddedImageUnmarshaller, FragmentTransformer fragmentTransformer, AttachmentResourceIdentifierResolver attachmentResolver, DataSourceFactory datasourceFactory, ThumbnailManager thumbnailManager, MacroDefinitionTransformer macroDefinitionTransformer, ExcerptHelper excerptHelper, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager) -
Uses of MacroDefinitionTransformer in com.atlassian.confluence.impl.content.render.xhtml
Classes in com.atlassian.confluence.impl.content.render.xhtml that implement MacroDefinitionTransformer Modifier and Type Class Description classMacroDefinitionTransformerImplAn implementation ofMacroDefinitionTransformerbased upon aContentTransformerFactory. -
Uses of MacroDefinitionTransformer in com.atlassian.confluence.xhtml.api
Subinterfaces of MacroDefinitionTransformer in com.atlassian.confluence.xhtml.api Modifier and Type Interface Description interfaceXhtmlContentProvides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
-