Uses of Interface
com.atlassian.confluence.content.ui.ApiContentUiSupport
Packages that use ApiContentUiSupport
-
Uses of ApiContentUiSupport in com.atlassian.confluence.content.ui
Classes in com.atlassian.confluence.content.ui that implement ApiContentUiSupportModifier and TypeClassDescriptionclass
Provides metadata about of type com.atlassian.confluence.api.model.content.Content when it is attachment type: the location of icons, relevant CSS classes, links and so on.class
class
SimpleApiContentUiSupport<T extends Content>
Methods in com.atlassian.confluence.content.ui that return ApiContentUiSupportModifier and TypeMethodDescriptionstatic ApiContentUiSupport
SimpleApiContentUiSupport.getUnknown
(com.atlassian.webresource.api.WebResourceUrlProvider webResourceUrlProvider) -
Uses of ApiContentUiSupport in com.atlassian.confluence.impl.velocity
Constructors in com.atlassian.confluence.impl.velocity with parameters of type ApiContentUiSupportModifierConstructorDescriptionBeanContextItemProvider
(PermissionHelper permissionHelper, AttachmentManager attachmentManager, com.atlassian.webresource.api.WebResourceManager webResourceManager, WebMenuManager webMenuManager, SpaceManager spaceManager, com.atlassian.struts.xsrf.XsrfTokenGenerator xsrfTokenGenerator, ContentUiSupport<ContentEntityObject> contentUiSupport, Deprecated deprecated, com.atlassian.theme.api.request.RequestScopeThemeService requestScopeThemeService, SpaceToolsTabsHelper spaceToolsTabsHelper, UserHelper userHelper, IndexUrlHelper indexUrlHelper, ApiContentUiSupport<Content> apiContentUiSupport, SpaceSettingsManager spaceSettingsManager, UserAccessorInternal userAccessor, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, LanguageManager languageManager, PageManager pageManager)