Uses of Interface
com.atlassian.jira.issue.RendererManager

Packages that use RendererManager
com.atlassian.jira   
com.atlassian.jira.admin   
com.atlassian.jira.component   
com.atlassian.jira.dev.backdoor   
com.atlassian.jira.issue.fields   
com.atlassian.jira.issue.fields.layout.field   
com.atlassian.jira.issue.fields.rest.json   
com.atlassian.jira.issue.fields.rest.json.beans   
com.atlassian.jira.issue.managers   
com.atlassian.jira.issue.tabpanels   
com.atlassian.jira.issue.views   
com.atlassian.jira.issue.views.util   
com.atlassian.jira.lookandfeel   
com.atlassian.jira.mail   
com.atlassian.jira.mention.commands   
com.atlassian.jira.mock   
com.atlassian.jira.plugin.customfield   
com.atlassian.jira.plugin.viewissue   
com.atlassian.jira.project.renderer   
com.atlassian.jira.projectconfig.contextproviders   
com.atlassian.jira.rest.v1.renderers   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.web.action.admin   
com.atlassian.jira.web.action.admin.issuefields   
com.atlassian.jira.web.action.admin.issuefields.enterprise   
com.atlassian.jira.web.action.issue   
com.atlassian.jira.web.action.user   
 

Uses of RendererManager in com.atlassian.jira
 

Methods in com.atlassian.jira that return RendererManager
 RendererManager ComponentManager.getRendererManager()
          Deprecated. Get this component injected in your constructor or use ComponentAccessor for static access instead. Since v5.2.
 

Uses of RendererManager in com.atlassian.jira.admin
 

Constructors in com.atlassian.jira.admin with parameters of type RendererManager
AnnouncementBanner(JiraAuthenticationContext jiraAuthenticationContext, ApplicationProperties applicationProperties, RendererManager rendererManager, JiraVelocityManager jiraVelocityManager, JiraAuthenticationContext authenticationContext, I18nHelper.BeanFactory i18nFactory, RenderablePropertyFactory renderablePropertyFactory)
           
RenderablePropertyFactory(ApplicationProperties applicationProperties, FeatureManager featureManager, com.atlassian.velocity.VelocityManager jiraVelocityManager, RendererManager rendererManager)
           
 

Uses of RendererManager in com.atlassian.jira.component
 

Methods in com.atlassian.jira.component that return RendererManager
static RendererManager ComponentAccessor.getRendererManager()
          Retrieves the RendererManager component.
 

Uses of RendererManager in com.atlassian.jira.dev.backdoor
 

Constructors in com.atlassian.jira.dev.backdoor with parameters of type RendererManager
FieldConfigurationBackdoorExt(FieldLayoutManager fieldLayoutManager, CustomFieldManager customFieldManager, ProjectManager projectManager, FieldConfigSchemeManager fieldConfigSchemeManager, RendererManager rendererManager, JiraAuthenticationContext authenticationContext)
           
 

Uses of RendererManager in com.atlassian.jira.issue.fields
 

Constructors in com.atlassian.jira.issue.fields with parameters of type RendererManager
AbstractTextSystemField(String id, String name, VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, RendererManager rendererManager, PermissionManager permissionManager, SearchHandlerFactory searchHandlerFactory)
           
CommentSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, RendererManager rendererManager, PermissionManager permissionManager, CommentService commentService, ProjectRoleManager projectRoleManager, ProjectFactory projectFactory, CommentSearchHandlerFactory searchHandlerFactory, GroupManager groupManager, JiraBaseUrls jiraBaseUrls, CommentManager commentManager, DateTimeFormatterFactory dateTimeFormatterFactory, MentionService mentionService)
           
CustomFieldImpl(org.ofbiz.core.entity.GenericValue customField, CustomFieldManager customFieldManager, JiraAuthenticationContext authenticationContext, ConstantsManager constantsManager, FieldConfigSchemeManager fieldConfigSchemeManager, PermissionManager permissionManager, RendererManager rendererManager, FieldConfigSchemeClauseContextUtil contextUtil, CustomFieldDescription customFieldDescription, I18nHelper.BeanFactory i18nFactory, FeatureManager featureManager, TranslationManager translationManager)
           
CustomFieldTestImpl(org.ofbiz.core.entity.GenericValue customField, CustomFieldManager customFieldManager, JiraAuthenticationContext authenticationContext, ConstantsManager constantsManager, FieldConfigSchemeManager fieldConfigSchemeManager, PermissionManager permissionManager, RendererManager rendererManager, FieldConfigSchemeClauseContextUtil contextUtil, CustomFieldDescription customFieldDescription, I18nHelper.BeanFactory i18nFactory, FeatureManager featureManager, TranslationManager translationManager)
           
DescriptionSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, RendererManager rendererManager, PermissionManager permissionManager, DescriptionSearchHandlerFactory searchHandlerFactory, MentionService mentionService, TextFieldCharacterLengthValidator textFieldCharacterLengthValidator)
           
EnvironmentSystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, RendererManager rendererManager, PermissionManager permissionManager, EnvironmentSearchHandlerFactory searchHandlerFactory, TextFieldCharacterLengthValidator textFieldCharacterLengthValidator)
           
SummarySystemField(VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, RendererManager rendererManager, PermissionManager permissionManager, SummarySearchHandlerFactory searchHandlerFactory)
           
 

Uses of RendererManager in com.atlassian.jira.issue.fields.layout.field
 

Constructors in com.atlassian.jira.issue.fields.layout.field with parameters of type RendererManager
FieldDescriptionHelper(RendererManager rendererManager, FeatureManager featureManager)
           
 

Uses of RendererManager in com.atlassian.jira.issue.fields.rest.json
 

Constructors in com.atlassian.jira.issue.fields.rest.json with parameters of type RendererManager
DefaultCommentBeanFactory(ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, JiraBaseUrls jiraBaseUrls, FieldLayoutManager fieldLayoutManager)
           
 

Uses of RendererManager in com.atlassian.jira.issue.fields.rest.json.beans
 

Methods in com.atlassian.jira.issue.fields.rest.json.beans with parameters of type RendererManager
static CommentJsonBean CommentJsonBean.expandedShortBean(Comment comment, JiraBaseUrls urls, ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, String rendererType, IssueRenderContext renderContext, String expand)
           
static Collection<CommentJsonBean> CommentJsonBean.expandedShortBeans(Collection<Comment> comments, JiraBaseUrls urls, ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, String rendererType, IssueRenderContext renderContext, String expand)
           
static CommentJsonBean CommentJsonBean.renderedShortBean(Comment comment, JiraBaseUrls urls, ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, String rendererType, IssueRenderContext renderContext)
           
static Collection<CommentJsonBean> CommentJsonBean.renderedShortBeans(Collection<Comment> comments, JiraBaseUrls urls, ProjectRoleManager projectRoleManager, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, String rendererType, IssueRenderContext renderContext)
           
 

Uses of RendererManager in com.atlassian.jira.issue.managers
 

Classes in com.atlassian.jira.issue.managers that implement RendererManager
 class DefaultRendererManager
          The default implementation of a RendererManager.
 

Constructors in com.atlassian.jira.issue.managers with parameters of type RendererManager
DefaultCustomFieldManager(com.atlassian.plugin.PluginAccessor pluginAccessor, OfBizDelegator delegator, FieldConfigSchemeManager fieldConfigSchemeManager, JiraAuthenticationContext authenticationContext, ConstantsManager constantsManager, ProjectManager projectManager, PermissionManager permissionManager, FieldConfigContextPersister contextPersister, FieldScreenManager fieldScreenManager, RendererManager rendererManager, CustomFieldValuePersister customFieldValuePersister, NotificationSchemeManager notificationSchemeManager, FieldManager fieldManager, FieldConfigSchemeClauseContextUtil fieldConfigSchemeClauseContextUtil, com.atlassian.event.api.EventPublisher eventPublisher, CustomFieldDescription customFieldDescription, I18nHelper.BeanFactory i18nFactory, FeatureManager featureManager, TranslationManager translationManager, com.atlassian.cache.CacheManager cacheManager)
           
 

Uses of RendererManager in com.atlassian.jira.issue.tabpanels
 

Constructors in com.atlassian.jira.issue.tabpanels with parameters of type RendererManager
CommentAction(IssueTabPanelModuleDescriptor descriptor, Comment comment, boolean canEditComment, boolean canDeleteComment, boolean isCollapsed, RendererManager rendererManager, FieldLayoutManager fieldLayoutManager, DateTimeFormatter dateTimeFormatter)
           
CommentTabPanel(ApplicationPropertiesService applicationPropertiesService, CommentManager commentManager, CommentPermissionManager commentPermissionManager, IssueManager issueManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, DateTimeFormatter dateTimeFormatter, SoyTemplateRendererProvider soyTemplateRendererProvider, FeatureManager featureManager)
           
WorklogAction(IssueTabPanelModuleDescriptor descriptor, Worklog worklog, JiraDurationUtils jiraDurationUtils, boolean canEditWorklog, boolean canDeleteWorklog, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, Locale locale)
           
WorklogTabPanel(WorklogService worklogService, JiraDurationUtils jiraDurationUtils, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, ApplicationProperties applicationProperties, FieldVisibilityManager fieldVisibilityManager)
           
 

Uses of RendererManager in com.atlassian.jira.issue.views
 

Constructors in com.atlassian.jira.issue.views with parameters of type RendererManager
SearchRequestRecentCommentsView(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, RendererManager rendererManager, RecentCommentManager recentCommentManager, BuildUtilsInfo buildUtilsInfo)
           
 

Uses of RendererManager in com.atlassian.jira.issue.views.util
 

Constructors in com.atlassian.jira.issue.views.util with parameters of type RendererManager
DefaultIssueViewUtil(IssueLinkManager issueLinkManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, JiraDurationUtils jiraDurationUtils, AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory, TimeTrackingGraphBeanFactory timeTrackingGraphBeanFactory)
           
 

Uses of RendererManager in com.atlassian.jira.lookandfeel
 

Constructors in com.atlassian.jira.lookandfeel with parameters of type RendererManager
EditLookAndFeel(UserPickerSearchService searchService, I18nHelper.BeanFactory i18nBeanFactory, LocaleManager localeManager, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, TimeZoneService timeZoneService, RendererManager rendererManager, LookAndFeelProperties lookAndFeelProperties, com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory, VelocityRequestContextFactory requestContextFactory, UploadService uploadService, FeatureManager featureManager, com.atlassian.plugin.PluginAccessor pluginAccessor, IntroductionProperty introduction, com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.soy.renderer.SoyTemplateRenderer soyTemplateRenderer, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, AutoLookAndFeelManager autoLookAndFeelManager, JiraLicenseService jiraLicenseService)
           
 

Uses of RendererManager in com.atlassian.jira.mail
 

Constructors in com.atlassian.jira.mail with parameters of type RendererManager
DefaultTemplateContextFactory(TemplateIssueFactory templateIssueFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, JiraDurationUtils jiraDurationUtils, EventTypeManager eventTypeManager, UserManager userManager, DiffViewRenderer diffViewRenderer, com.atlassian.plugin.webresource.WebResourceManager webResourceManager, I18nHelper.BeanFactory beanFactory, ApplicationProperties applicationProperties)
           
DefaultTemplateIssueFactory(FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, CustomFieldManager customFieldManager, JiraDurationUtils jiraDurationUtils, AggregateTimeTrackingCalculatorFactory timeTrackingCalculatorFactory)
           
IssueTemplateContext(Locale locale, IssueEvent issueEvent, TemplateIssueFactory templateIssueFactory, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, UserManager userManager, JiraDurationUtils jiraDurationUtils, EventTypeManager eventTypeManager, DiffViewRenderer diffViewRenderer, com.atlassian.plugin.webresource.WebResourceManager resourceManager, ApplicationProperties applicationProperties, I18nHelper.BeanFactory beanFactory)
           
MentionMailQueueItem(com.atlassian.crowd.embedded.api.User from, NotificationRecipient recipient, Map<String,Object> context, IssueRenderContext issueRenderContext, RendererManager rendererManager, com.atlassian.mail.queue.MailQueue mailQueue)
           
TemplateIssue(Issue issue, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, CustomFieldManager customFieldManager, JiraDurationUtils jiraDurationUtils, AggregateTimeTrackingCalculatorFactory aggregateTimeTrackingCalculatorFactory)
           
 

Uses of RendererManager in com.atlassian.jira.mention.commands
 

Constructors in com.atlassian.jira.mention.commands with parameters of type RendererManager
EmailMentionedUsers(com.atlassian.mail.queue.MailQueue mailQueue, RendererManager rendererManager, com.atlassian.mail.server.MailServerManager mailServerManager, NotificationFilterManager notificationFilterManager)
           
 

Uses of RendererManager in com.atlassian.jira.mock
 

Classes in com.atlassian.jira.mock that implement RendererManager
 class MockRendererManager
           
 

Uses of RendererManager in com.atlassian.jira.plugin.customfield
 

Constructors in com.atlassian.jira.plugin.customfield with parameters of type RendererManager
CustomFieldTypeModuleDescriptorImpl(JiraAuthenticationContext authenticationContext, RendererManager rendererManager, com.atlassian.plugin.module.ModuleFactory moduleFactory, CustomFieldDefaultVelocityParams customFieldDefaultVelocityParams)
           
 

Uses of RendererManager in com.atlassian.jira.plugin.viewissue
 

Constructors in com.atlassian.jira.plugin.viewissue with parameters of type RendererManager
DescriptionBlockContextProvider(FieldLayoutManager fieldLayoutManager, RendererManager rendererManager)
           
 

Uses of RendererManager in com.atlassian.jira.project.renderer
 

Constructors in com.atlassian.jira.project.renderer with parameters of type RendererManager
ProjectDescriptionRendererImpl(FeatureManager featureManager, RendererManager rendererManager)
           
WikiMarkupProjectDescriptionRenderer(RendererManager rendererManager)
           
 

Uses of RendererManager in com.atlassian.jira.projectconfig.contextproviders
 

Constructors in com.atlassian.jira.projectconfig.contextproviders with parameters of type RendererManager
ProjectFieldsContextProvider(ContextProviderUtils contextProviderUtils, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, JiraAuthenticationContext jiraAuthenticationContext, FieldScreenManager fieldScreenManager, ProjectFieldLayoutSchemeHelper projectFieldLayoutSchemeHelper, IssueTypeSchemeManager issueTypeSchemeManager, ComparatorFactory comparatorFactory, ManagedConfigurationItemService managedConfigurationItemService)
           
 

Uses of RendererManager in com.atlassian.jira.rest.v1.renderers
 

Constructors in com.atlassian.jira.rest.v1.renderers with parameters of type RendererManager
RenderersResource(RendererManager rendererManager, IssueManager issueManager, ProjectManager projectManager, IssueFactory issueFactory, ConstantsManager constantsManager)
           
 

Uses of RendererManager in com.atlassian.jira.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type RendererManager
CommentResource(CommentService commentService, JiraAuthenticationContext authContext, I18nHelper i18n, ProjectRoleManager projectRoleManager, JiraBaseUrls jiraBaseUrls, IssueFinder issueFinder, DateTimeFormatterFactory dateTimeFormatterFactory, RendererManager rendererManager, FieldLayoutManager fieldLayoutManager)
           
 

Uses of RendererManager in com.atlassian.jira.web.action.admin
 

Fields in com.atlassian.jira.web.action.admin declared as RendererManager
protected  RendererManager ViewApplicationProperties.rendererManager
           
 

Constructors in com.atlassian.jira.web.action.admin with parameters of type RendererManager
EditApplicationProperties(UserPickerSearchService searchService, ReindexMessageManager reindexMessageManager, LocaleManager localeManager, TimeZoneService timeZoneManager, RendererManager rendererManager, FieldManager fieldManager, org.ofbiz.core.entity.DelegatorInterface genericDelegator, com.atlassian.plugin.PluginAccessor pluginAccessor, GzipCompression gzipCompression, IssueManager issueManager, FeatureManager featureManager, IntroductionProperty introductionProperty, ProjectService projectService, JiraLicenseService jiraLicenseService, IndexingLanguageSetting indexingLanguageSetting)
           
ViewApplicationProperties(UserPickerSearchService searchService, LocaleManager localeManager, TimeZoneService timeZoneService, RendererManager rendererManager, com.atlassian.plugin.PluginAccessor pluginAccessor, GzipCompression gZipCompression, FeatureManager featureManager, IntroductionProperty introductionProperty, JiraLicenseService jiraLicenseService)
           
 

Uses of RendererManager in com.atlassian.jira.web.action.admin.issuefields
 

Methods in com.atlassian.jira.web.action.admin.issuefields that return RendererManager
 RendererManager AbstractConfigureFieldLayout.getRendererManager()
           
 

Constructors in com.atlassian.jira.web.action.admin.issuefields with parameters of type RendererManager
AbstractConfigureFieldLayout(FieldScreenManager fieldScreenManager, RendererManager rendererManager, ReindexMessageManager reindexMessageManager, FieldLayoutSchemeHelper fieldLayoutSchemeHelper, FieldManager fieldManager, HackyFieldRendererRegistry hackyFieldRendererRegistry, ManagedConfigurationItemService managedConfigurationItemService)
           
EditFieldLayoutItemRenderer(FieldScreenManager fieldScreenManager, RendererManager rendererManager, SearchProvider searchProvider, SearchService searchService, ReindexMessageManager reindexMessageManager, FieldManager fieldManager, FieldLayoutSchemeHelper fieldLayoutSchemeHelper, HackyFieldRendererRegistry hackyFieldRendererRegistry, ManagedConfigurationItemService managedConfigurationItemService)
           
EditFieldLayoutItemRendererConfirmation(RendererManager rendererManager)
           
ViewIssueFields(FieldScreenManager fieldScreenManager, RendererManager rendererManager, ReindexMessageManager reindexMessageManager, FieldManager fieldManager, FieldLayoutSchemeHelper fieldLayoutSchemeHelper, HackyFieldRendererRegistry hackyFieldRendererRegistry, ProjectFieldLayoutSchemeHelper helper, ManagedConfigurationItemService managedConfigurationItemService)
           
 

Uses of RendererManager in com.atlassian.jira.web.action.admin.issuefields.enterprise
 

Constructors in com.atlassian.jira.web.action.admin.issuefields.enterprise with parameters of type RendererManager
ConfigureFieldLayout(FieldScreenManager fieldScreenManager, RendererManager rendererManager, ReindexMessageManager reindexMessageManager, FieldManager fieldManager, FieldLayoutSchemeHelper fieldLayoutSchemeHelper, HackyFieldRendererRegistry hackyFieldRendererRegistry, ProjectFieldLayoutSchemeHelper helper, ManagedConfigurationItemService managedConfigurationItemService)
           
 

Uses of RendererManager in com.atlassian.jira.web.action.issue
 

Fields in com.atlassian.jira.web.action.issue declared as RendererManager
protected  RendererManager AbstractConvertIssue.rendererManager
           
 

Constructors in com.atlassian.jira.web.action.issue with parameters of type RendererManager
AbstractConvertIssue(IssueConversionService service, IssueManager issueManager, FieldLayoutManager fieldLayoutManager, ConstantsManager constantsManager, WorkflowManager workflowManager, RendererManager rendererManager, IssueFactory issueFactory, PermissionManager permissionManager)
           
AbstractWorklogAction(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, UserUtil userUtil, FeatureManager featureManager)
           
ConvertIssueToSubTask(IssueToSubTaskConversionService service, IssueManager issueManager, ConstantsManager constantsManager, WorkflowManager workflowManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, PermissionManager permissionManager, IssueTypeSchemeManager issueTypeSchemeManager, IssueFactory issueFactory)
           
ConvertSubTaskToIssue(SubTaskToIssueConversionService service, IssueManager issueManager, IssueTypeSchemeManager issueTypeSchemeManager, FieldLayoutManager fieldLayoutManager, ConstantsManager constantsManager, WorkflowManager workflowManager, RendererManager rendererManager, IssueFactory issueFactory, PermissionManager permissionManager)
           
CreateWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, UserUtil userUtil, FeatureManager featureManager)
           
DeleteWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, WorklogManager worklogManager, UserUtil userUtil, FeatureManager featureManager)
           
UpdateWorklog(WorklogService worklogService, CommentService commentService, ProjectRoleManager projectRoleManager, JiraDurationUtils jiraDurationUtils, OutlookDateManager outlookDateManager, FieldVisibilityManager fieldVisibilityManager, FieldLayoutManager fieldLayoutManager, RendererManager rendererManager, UserUtil userUtil, FeatureManager featureManager)
           
 

Uses of RendererManager in com.atlassian.jira.web.action.user
 

Constructors in com.atlassian.jira.web.action.user with parameters of type RendererManager
ContactAdministrators(RendererManager rendererManager, com.atlassian.mail.queue.MailQueue mailQueue, UserUtil userUtil, UserPropertyManager userPropertyManager, JiraContactHelper jiraContactHelper)
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.