com.atlassian.confluence.content.apisupport
Class CustomContentApiSupportParamsImpl

java.lang.Object
  extended by com.atlassian.confluence.content.apisupport.CustomContentApiSupportParamsImpl
All Implemented Interfaces:
CustomContentApiSupportParams

public class CustomContentApiSupportParamsImpl
extends Object
implements CustomContentApiSupportParams


Constructor Summary
CustomContentApiSupportParamsImpl(ApiSupportProvider provider, CustomContentManager customContentManager, ContentCreator contentCreator)
           
 
Method Summary
 ContentCreator getContentCreator()
           
 CustomContentManager getCustomContentManager()
           
 ApiSupportProvider getProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomContentApiSupportParamsImpl

public CustomContentApiSupportParamsImpl(ApiSupportProvider provider,
                                         CustomContentManager customContentManager,
                                         ContentCreator contentCreator)
Method Detail

getProvider

public ApiSupportProvider getProvider()
Specified by:
getProvider in interface CustomContentApiSupportParams

getCustomContentManager

public CustomContentManager getCustomContentManager()
Specified by:
getCustomContentManager in interface CustomContentApiSupportParams

getContentCreator

public ContentCreator getContentCreator()
Specified by:
getContentCreator in interface CustomContentApiSupportParams


Copyright © 2003–2015 Atlassian. All rights reserved.