Uses of Interface
com.atlassian.confluence.renderer.template.TemplateRenderer

Packages that use TemplateRenderer
com.atlassian.confluence.plugins.dailysummary.content.popular   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates   
com.atlassian.confluence.renderer.template   
 

Uses of TemplateRenderer in com.atlassian.confluence.plugins.dailysummary.content.popular
 

Constructors in com.atlassian.confluence.plugins.dailysummary.content.popular with parameters of type TemplateRenderer
PopularContentPanel(com.atlassian.plugin.PluginAccessor pluginAccessor, TemplateRenderer templateRenderer, VelocityHelperService velocityHelper)
           
 

Uses of TemplateRenderer in com.atlassian.confluence.plugins.macros.dashboard.recentupdates
 

Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type TemplateRenderer
RecentlyUpdatedContentMacro(RecentlyUpdatedContentService recentlyUpdatedContentService, RecentlyUpdatedMacroTabProvider tabProvider, LabelManager labelManager, com.atlassian.event.api.EventPublisher eventPublisher, HttpContext httpContext, I18NBeanFactory i18NBeanFactory, TemplateRenderer templateRenderer, LocaleManager localeManager, com.atlassian.plugin.webresource.WebResourceManager webResourceManager)
           
 

Uses of TemplateRenderer in com.atlassian.confluence.renderer.template
 

Classes in com.atlassian.confluence.renderer.template that implement TemplateRenderer
 class DelegatingTemplateRenderer
          Template renderer that tries to find a configured renderer that is able to handle the supplied template by its file extension
 

Methods in com.atlassian.confluence.renderer.template that return TemplateRenderer
 TemplateRenderer TemplateRendererModuleDescriptor.createModule()
           
 TemplateRenderer TemplateRendererModuleDescriptor.getModule()
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.