com.atlassian.confluence.plugins.contentproperty
Class JsonContentPropertyType

java.lang.Object
  extended by com.atlassian.confluence.plugins.contentproperty.JsonContentPropertyType
All Implemented Interfaces:
ContentType

public class JsonContentPropertyType
extends Object
implements ContentType

A custom content type for storing JSON properties under arbitrary content.

Since:
5.6

Constructor Summary
JsonContentPropertyType(PermissionManager permissionManager, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
           
 
Method Summary
 ContentEntityAdapter getContentAdapter()
           
 ContentUiSupport getContentUiSupport()
           
 PermissionDelegate getPermissionDelegate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonContentPropertyType

public JsonContentPropertyType(PermissionManager permissionManager,
                               com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider)
Method Detail

getContentAdapter

public ContentEntityAdapter getContentAdapter()
Specified by:
getContentAdapter in interface ContentType

getPermissionDelegate

public PermissionDelegate getPermissionDelegate()
Specified by:
getPermissionDelegate in interface ContentType

getContentUiSupport

public ContentUiSupport getContentUiSupport()
Specified by:
getContentUiSupport in interface ContentType


Copyright © 2003–2015 Atlassian. All rights reserved.