Uses of Interface
com.atlassian.confluence.content.render.xhtml.Renderer
-
-
Uses of Renderer in com.atlassian.confluence.api.impl.service.content
Constructors in com.atlassian.confluence.api.impl.service.content with parameters of type Renderer Constructor Description ContentBodyConversionManagerImpl(FormatConverter formatConverter, ExceptionTolerantMigrator xhtmlRoundTripMigrator, WikiToXhtmlMigrator wikiToXhtmlMigrator, Renderer viewRenderer, TemplateRenderer templateRenderer, I18NBeanFactory i18nBeanFactory, WebResourceDependenciesRecorder webResourceDependenciesRecorder, WebResourceDependenciesFactory resourceDependenciesFactory, org.springframework.transaction.PlatformTransactionManager transactionManager)
-
Uses of Renderer in com.atlassian.confluence.content.render.xhtml
Classes in com.atlassian.confluence.content.render.xhtml that implement Renderer Modifier and Type Class Description class
DefaultRenderer
Implementation outputting XHTML suitable for display in browsers.class
DeviceTypeAwareRenderer
A renderer which is aware of the registration ofDeviceTypeRendererComponentModuleDescriptor
within the system and will keep track of these modules.Fields in com.atlassian.confluence.content.render.xhtml declared as Renderer Modifier and Type Field Description protected Renderer
DefaultFormatConverter. editRenderer
protected Renderer
DefaultFormatConverter. viewRenderer
Constructors in com.atlassian.confluence.content.render.xhtml with parameters of type Renderer Constructor Description DefaultFormatConverter(EditorConverter editConverter, Renderer editRenderer, Renderer viewRenderer, StorageFormatCleaner storageFormatCleaner)
DefaultFormatConverter(EditorConverter editConverter, Renderer editRenderer, Renderer viewRenderer, StorageFormatCleaner storageFormatCleaner, RenderingEventPublisher renderingEventPublisher)
DefaultXhtmlContent(Marshaller<MacroDefinition> viewMacroMarshaller, Marshaller<MacroDefinition> storageMacroMarshaller, Marshaller<Link> viewLinkMarshaller, Marshaller<Link> storageLinkMarshaller, Marshaller<EmbeddedImage> viewEmbeddedImageMarshaller, Marshaller<EmbeddedImage> storageEmbeddedImageMarshaller, Marshaller<InlineTaskList> viewInlineTaskMarshaller, Marshaller<InlineTaskList> storageInlineTaskMarshaller, Renderer viewRenderer, XmlEventReaderFactory xmlEventReaderFactory, ContentTransformerFactory contentTransformerFactory, ExceptionTolerantMigrator wikiToXhtmlMigrator)
DeviceTypeAwareRenderer(Renderer defaultRenderer, com.atlassian.plugin.event.PluginEventManager pluginEventManager)
-
Uses of Renderer in com.atlassian.confluence.content.render.xhtml.compatibility
Classes in com.atlassian.confluence.content.render.xhtml.compatibility that implement Renderer Modifier and Type Class Description class
BodyTypeAwareRenderer
Allows clients to produce a safe rendering of aContentEntityObject
that respects itsBodyType
.Constructors in com.atlassian.confluence.content.render.xhtml.compatibility with parameters of type Renderer Constructor Description BodyTypeAwareRenderer(Renderer xhtmlRenderer, com.atlassian.renderer.WikiStyleRenderer wikiRenderer)
-
Uses of Renderer in com.atlassian.confluence.content.render.xhtml.view.excerpt
Constructors in com.atlassian.confluence.content.render.xhtml.view.excerpt with parameters of type Renderer 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 Renderer in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type Renderer Modifier and Type Method Description void
AbstractRendererExporterImpl. setXhtmlRenderer(Renderer xhtmlRenderer)
Constructors in com.atlassian.confluence.impl.importexport with parameters of type Renderer Constructor Description ContentConverter(ContentTree contentTree, Renderer xhtmlRenderer)
-
Uses of Renderer in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type Renderer Modifier and Type Method Description void
AbstractRendererExporterImpl. setXhtmlRenderer(Renderer xhtmlRenderer)
Deprecated.Constructors in com.atlassian.confluence.importexport.impl with parameters of type Renderer Constructor Description ContentConverter(ContentTree contentTree, Renderer xhtmlRenderer)
-
Uses of Renderer in com.atlassian.confluence.mail.notification
Constructors in com.atlassian.confluence.mail.notification with parameters of type Renderer Constructor Description DefaultNotificationsSender(UserAccessor userAccessor, com.atlassian.core.task.MultiQueueTaskManager taskManager, NotificationManager notificationManager, Renderer viewRenderer, PermissionManager permissionManager, FormatSettingsManager formatSettingsManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, Differ differ, NotificationRenderManager notificationRenderManager, DataSourceFactory dataSourceFactory, ConfluenceAccessManager confluenceAccessManager)
-
Uses of Renderer in com.atlassian.confluence.mail.notification.listeners
Fields in com.atlassian.confluence.mail.notification.listeners declared as Renderer Modifier and Type Field Description protected Renderer
AbstractNotificationsListener. viewRenderer
Deprecated.Methods in com.atlassian.confluence.mail.notification.listeners with parameters of type Renderer Modifier and Type Method Description void
AbstractNotificationsListener. setViewRenderer(Renderer renderer)
Deprecated. -
Uses of Renderer in com.atlassian.confluence.pages.actions
Fields in com.atlassian.confluence.pages.actions declared as Renderer Modifier and Type Field Description protected Renderer
ViewPageAction. editRenderer
protected Renderer
AbstractPageAction. viewRenderer
Methods in com.atlassian.confluence.pages.actions with parameters of type Renderer Modifier and Type Method Description void
ViewPageAction. setEditRenderer(Renderer editRenderer)
void
AbstractBlogPostsAction. setViewRenderer(Renderer viewRenderer)
void
AbstractPageAction. setViewRenderer(Renderer viewRenderer)
-
Uses of Renderer in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return Renderer Modifier and Type Method Description Renderer
DeviceTypeRendererComponentModuleDescriptor. getModule()
Retrieve the named bean from Spring. -
Uses of Renderer in com.atlassian.confluence.plugins.viewsource
Fields in com.atlassian.confluence.plugins.viewsource declared as Renderer Modifier and Type Field Description protected Renderer
ViewSourceAction. editRenderer
Methods in com.atlassian.confluence.plugins.viewsource with parameters of type Renderer Modifier and Type Method Description void
ViewSourceAction. setEditRenderer(Renderer editRenderer)
-
Uses of Renderer in com.atlassian.confluence.plugins.viewsource.api.v1
Constructors in com.atlassian.confluence.plugins.viewsource.api.v1 with parameters of type Renderer Constructor Description ViewSourceResource(ContentEntityManager contentEntityManager, PermissionManager permissionManager, Renderer renderer)
-
Uses of Renderer in com.atlassian.confluence.rpc.soap.services
Methods in com.atlassian.confluence.rpc.soap.services with parameters of type Renderer Modifier and Type Method Description void
PagesSoapService. setViewBodyTypeAwareRenderer(Renderer viewBodyTypeAwareRenderer)
-
Uses of Renderer in com.atlassian.confluence.servlet
Constructors in com.atlassian.confluence.servlet with parameters of type Renderer Constructor Description ExportWordPageServer(BootstrapManager bootstrapManager, SettingsManager settingsManager, PageManager pageManager, PermissionManager permissionManager, Renderer viewBodyTypeAwareRenderer, Excerpter excerpter, com.atlassian.plugin.webresource.PluginResourceLocator pluginResourceLocator, DownloadResourceManager downloadResourceManager, com.atlassian.event.api.EventPublisher eventPublisher, javax.activation.MimetypesFileTypeMap mimetypesFileTypeMap)
-
Uses of Renderer in com.atlassian.confluence.ui.rest.builder
Constructors in com.atlassian.confluence.ui.rest.builder with parameters of type Renderer Constructor Description LegacyContentBodyBuilder(Renderer viewRenderer, FormatConverter formatConverter)
Deprecated. -
Uses of Renderer in com.atlassian.confluence.util
Methods in com.atlassian.confluence.util with parameters of type Renderer Modifier and Type Method Description void
QuickPageRenderBean. setViewRenderer(Renderer viewRenderer)
-