Uses of Class
com.atlassian.confluence.content.ContentTypeModuleDescriptor
-
Packages that use ContentTypeModuleDescriptor Package Description com.atlassian.confluence.content com.atlassian.confluence.impl.content -
-
Uses of ContentTypeModuleDescriptor in com.atlassian.confluence.content
Constructor parameters in com.atlassian.confluence.content with type arguments of type ContentTypeModuleDescriptor Constructor Description DefaultContentTypeManager(ModuleDescriptorCache<ContentTypeModuleDescriptor> moduleDescriptorCache, PluginContentHibernateInterceptor pluginContentHibernateInterceptor, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)Deprecated. -
Uses of ContentTypeModuleDescriptor in com.atlassian.confluence.impl.content
Methods in com.atlassian.confluence.impl.content that return types with arguments of type ContentTypeModuleDescriptor Modifier and Type Method Description default Optional<ContentTypeModuleDescriptor>ContentTypeModuleResolver. findModuleDescriptor(String contentTypeKey)Collection<ContentTypeModuleDescriptor>ContentTypeModuleResolver. getAllModuleDescriptors()Method parameters in com.atlassian.confluence.impl.content with type arguments of type ContentTypeModuleDescriptor Modifier and Type Method Description static ContentTypeModuleResolverContentTypeModuleResolver. create(Supplier<Collection<ContentTypeModuleDescriptor>> moduleDescriptorSupplier)
-