Uses of Interface
com.atlassian.confluence.content.ui.ContentUiSupport

Packages that use ContentUiSupport
com.atlassian.confluence.content   
com.atlassian.confluence.content.ui   
com.atlassian.confluence.core   
com.atlassian.confluence.mail.archive.content   
com.atlassian.confluence.mail.jobs   
com.atlassian.confluence.plugins.edgeindex.rest   
com.atlassian.confluence.plugins.macros.dashboard.recentupdates   
com.atlassian.confluence.util.actions   
 

Uses of ContentUiSupport in com.atlassian.confluence.content
 

Methods in com.atlassian.confluence.content that return ContentUiSupport
 ContentUiSupport UninstalledContentType.getContentUiSupport()
           
 ContentUiSupport ContentType.getContentUiSupport()
           
 

Uses of ContentUiSupport in com.atlassian.confluence.content.ui
 

Classes in com.atlassian.confluence.content.ui that implement ContentUiSupport
 class AttachmentUiSupport
           
 class DefaultContentUiSupport
           
 class PageUiSupport
           
 class SimpleUiSupport<T extends ContentEntityObject>
           
 

Methods in com.atlassian.confluence.content.ui that return ContentUiSupport
static ContentUiSupport SimpleUiSupport.getUnknown(com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
           
 

Uses of ContentUiSupport in com.atlassian.confluence.core
 

Methods in com.atlassian.confluence.core with parameters of type ContentUiSupport
 void ConfluenceActionSupport.setContentUiSupport(ContentUiSupport contentUiSupport)
           
 

Uses of ContentUiSupport in com.atlassian.confluence.mail.archive.content
 

Methods in com.atlassian.confluence.mail.archive.content that return ContentUiSupport
 ContentUiSupport MailContentType.getContentUiSupport()
           
 

Uses of ContentUiSupport in com.atlassian.confluence.mail.jobs
 

Constructors in com.atlassian.confluence.mail.jobs with parameters of type ContentUiSupport
DefaultDailyReportManager(com.atlassian.core.task.MultiQueueTaskManager taskManager, ChangeDigestNotificationBean changeNotificationBean, UserAccessor userAccessor, FormatSettingsManager formatSettingsManager, LocaleManager localeManager, SettingsManager settingsManager, DataSourceFactory dataSourceFactory, ContentUiSupport<ContentEntityObject> contentUiSupport)
           
 

Uses of ContentUiSupport in com.atlassian.confluence.plugins.edgeindex.rest
 

Constructors in com.atlassian.confluence.plugins.edgeindex.rest with parameters of type ContentUiSupport
StreamItemFactory(ContextPathHolder contextPathHolder, UserDtoFactory userDtoFactory, DateEntityFactory dateEntityFactory, ContentEntityHelper contentEntityHelper, EdgeTypeRepository edgeTypeRepository, ContentUiSupport<ContentEntityObject> contentUiSupport)
           
 

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

Constructors in com.atlassian.confluence.plugins.macros.dashboard.recentupdates with parameters of type ContentUiSupport
RecentlyUpdatedContentService(ContentUiSupport contentUiSupport, StatusTextRenderer statusTextRenderer, I18NBeanFactory i18NBeanFactory, PermissionManager permissionManager, HttpContext httpContext, LocaleManager localeManager, FormatSettingsManager formatSettingsManager, UserAccessor userAccessor, SearchManager searchManager, PredefinedSearchBuilder searchBuilder)
           
RecentUpdate(SearchResult result, FriendlyDateFormatter dateFormatter, java.lang.String contextPath, StatusTextRenderer statusTextRenderer, ContentUiSupport contentUiSupport, I18NBeanFactory i18NBeanFactory)
           
 

Uses of ContentUiSupport in com.atlassian.confluence.util.actions
 

Constructors in com.atlassian.confluence.util.actions with parameters of type ContentUiSupport
ContentTypesDisplayMapper(UserAccessor userAccessor, ContentUiSupport contentUiSupport)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.