Package com.atlassian.confluence.content.render.xhtml.storage
-
Interface Summary Interface Description ContentTransformerFactory Interface of a factory class that createsTransformer
objects, typically used by macro developers to obtain and optionally modify macro tags (asMacroDefinition
objects) in a page of macro body content.MacroDefinitionTransformer Provides oprations fo transforming macro definitions, typically used by macro developers to obtain and optionally modify macro tags (asMacroDefinition
objects) in a page of macro body content.Summariser Summarise storage format XHTML making it suitable for display where a short summary of the content is required. -
Class Summary Class Description DefaultContentTransformerFactory Default implementation of theContentTransformerFactory
, typically used by macro developers to obtain and optionally modifyMacroDefinition
objects in page of macro body content.DefaultSummariser This default implementation is a front for various existing util classes in Confluence.InlineTasksUtils Utilities to parse Inline TasksStorageHtmlAnchorElementTransformer Checks to see if the 'link.openInNewWindow' dark feature is enabled, and if it is not, then it removes any stray target attributes for storage.StorageXhtmlTransformer XhtmlCleaningInterceptor A Hibernate interceptor that will silently cleanup security issues with XHTML content on saving to the database.