com.atlassian.sal.confluence.pluginsettings
Class ConfluencePluginSettings

java.lang.Object
  extended by com.atlassian.sal.confluence.pluginsettings.ConfluencePluginSettings
All Implemented Interfaces:
com.atlassian.sal.api.pluginsettings.PluginSettings

public class ConfluencePluginSettings
extends Object
implements com.atlassian.sal.api.pluginsettings.PluginSettings


Constructor Summary
ConfluencePluginSettings(com.atlassian.bandana.BandanaManager bandanaManager, ConfluenceBandanaContext ctx, com.atlassian.sal.api.transaction.TransactionTemplate txTemplate)
           
 
Method Summary
 Object get(String key)
           
 Object put(String key, Object val)
           
 Object remove(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfluencePluginSettings

public ConfluencePluginSettings(com.atlassian.bandana.BandanaManager bandanaManager,
                                ConfluenceBandanaContext ctx,
                                com.atlassian.sal.api.transaction.TransactionTemplate txTemplate)
Method Detail

put

public Object put(String key,
                  Object val)
Specified by:
put in interface com.atlassian.sal.api.pluginsettings.PluginSettings

get

public Object get(String key)
Specified by:
get in interface com.atlassian.sal.api.pluginsettings.PluginSettings

remove

public Object remove(String key)
Specified by:
remove in interface com.atlassian.sal.api.pluginsettings.PluginSettings


Copyright © 2003-2011 Atlassian. All Rights Reserved.