| Interface | Description |
|---|---|
| ContentTransformerFactory |
Interface of a factory class that creates
Transformer objects, typically used by macro developers to obtain
and optionally modify macro tags (as MacroDefinition 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 | Description |
|---|---|
| DefaultContentTransformerFactory |
Default implementation of the
ContentTransformerFactory, typically used by macro developers to obtain
and optionally modify MacroDefinition 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 Tasks
|
| StorageHtmlAnchorElementTransformer |
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.
|
Copyright © 2003–2017 Atlassian. All rights reserved.