com.atlassian.confluence.setup.settings
Class SpaceSettings
java.lang.Object
com.atlassian.confluence.setup.settings.SpaceSettings
- All Implemented Interfaces:
- java.io.Serializable
public class SpaceSettings
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpaceSettings
public SpaceSettings()
SpaceSettings
public SpaceSettings(java.lang.String spaceKey)
unsavableSettings
public static SpaceSettings unsavableSettings(java.lang.String spaceKey)
- Instantiate a settings object that will be ignored by the settings manager if you attempt to save it.
This method was introduced to work around CONF-15646 and SHOULD NOT be used for anything else.
getSpaceKey
public java.lang.String getSpaceKey()
isDisableLogo
public boolean isDisableLogo()
setDisableLogo
public void setDisableLogo(boolean disableLogo)
getColourSchemesSettings
public ColourSchemesSettings getColourSchemesSettings()
setColourSchemesSettings
public void setColourSchemesSettings(ColourSchemesSettings colourSchemesSettings)
isSaveable
public boolean isSaveable()
Copyright © 2003-2010 Atlassian. All Rights Reserved.