Package com.atlassian.confluence.content.apisupport
package com.atlassian.confluence.content.apisupport
-
ClassDescriptionAllows api support to be accessed for a given content type.BaseContentTypeApiSupport<T extends ContentConvertible>A subclass for extensible content type support in the apiAn internal SPI to allow core comments to be extended by AtlassianContentCreator contains logic to validate CREATE / UPDATE content operations which involves sanity checks like access permission and blank titles.ContentTypeApiSupport<T extends ContentConvertible>Interface providing extensible content type support in the apiProvides
ContentTypeApiSupport
s that are either bundled, or registered with OSGiBean to provide the parameters for the CustomContentApiSupport class this allows us to continue using the constructor injection on the CustomContentTypeApiSupport SPI.A null implementation for comment extension support, no additional extension sproperties are provided or supported