Class ContentEntityAdapterParent

java.lang.Object
com.atlassian.confluence.content.ContentEntityAdapterParent
All Implemented Interfaces:
ContentEntityAdapter
Direct Known Subclasses:
DummyAvailableContentEntityAdapter, DummyUnavailableContentEntityAdapter, JsonPropertyEntityAdapter

public class ContentEntityAdapterParent extends Object implements ContentEntityAdapter
Default implementation of ContentEntityAdapter. Plugins should extend this class instead of implementing the interface directly so as not to be broken by changes to the interface.