com.atlassian.confluence.setup.settings
Class Settings

java.lang.Object
  extended by com.atlassian.confluence.setup.settings.Settings
All Implemented Interfaces:
java.io.Serializable

public class Settings
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static java.lang.String BRAZILIAN
           
static java.lang.String CHINESE
           
static java.lang.String CJK
           
static java.lang.String CUSTOM_JAPANESE
           
static java.lang.String CZECH
           
static java.lang.String DAILY_BACKUP_DIRECTORY
           
static java.lang.String DEFAULT_DEFAULT_ENCODING
           
static java.lang.String DEFAULT_SITE_TITLE
           
static java.lang.String DEFAULT_USERS_GROUP_ENV_VAR_KEY
           
static java.lang.String EMAIL_ADDRESS_MASKED
           
static java.lang.String EMAIL_ADDRESS_PRIVATE
           
static java.lang.String EMAIL_ADDRESS_PUBLIC
           
static java.lang.String EMAIL_FROMNAME_DEFAULT
           
static java.lang.String ENGLISH
           
static java.lang.String FALLBACK_DEFAULT_USERS_GROUP
           
static java.lang.String FRENCH
           
static java.lang.String GERMAN
           
static java.lang.String GREEK
           
static java.lang.String LOCALE_ENGLISH
           
static java.lang.String LOCALE_GERMAN
           
static java.lang.String LOCALE_JAPANESE
           
static java.lang.String LOCALE_RUSSIAN
           
static java.lang.String RUSSIAN
           
 
Constructor Summary
Settings()
           
Settings(Settings settings)
           
 
Method Summary
 boolean areEmailAddressesPrivate()
           
 java.lang.String getAttachmentDataStore()
           
 long getAttachmentMaxSize()
           
 AttachmentSecurityLevel getAttachmentSecurityLevel()
           
 java.lang.String getBackupPath()
           
 java.lang.String getBaseUrl()
           
 CaptchaSettings getCaptchaSettings()
           
 ColourSchemesSettings getColourSchemesSettings()
           
 ConfluenceHttpParameters getConfluenceHttpParameters()
           
 java.lang.String getCustomContactMessage()
           
 CustomHtmlSettings getCustomHtmlSettings()
           
 java.lang.String getDailyBackupDateFormatPattern()
           
 java.lang.String getDailyBackupFilePrefix()
           
 java.lang.String getDefaultEncoding()
           
 java.lang.String getDefaultPersonalSpaceHomepageContent()
          Deprecated. since 5.0 because default space homepage content is now fetched from a global template
 java.lang.String getDefaultSpaceHomepageContent()
          Deprecated. since 5.0 because default space homepage content is now fetched from a global template
 java.lang.String getDefaultSpaceHomepageTitle()
           
 java.lang.String getDefaultUsersGroup()
           
 int getDraftSaveInterval()
           
 java.lang.String getEmailAddressVisibility()
           
 java.lang.String getGlobalDefaultLocale()
           
 java.lang.String getIgnoredAdminTasks()
           
 java.lang.String getIndexingLanguage()
           
 LoginManagerSettings getLoginManagerSettings()
           
 int getMaxAttachmentsInUI()
           
 int getMaxRssItems()
           
 int getMaxSimultaneousQuickNavRequests()
           
 Dimensions getMaxThumbDimensions()
           
 int getMaxThumbHeight()
           
 int getMaxThumbWidth()
           
 int getNumberOfBreadcrumbAncestors()
          Deprecated. since 4.0
 int getPageTimeout()
           
 ReferrerSettings getReferrerSettings()
           
 int getRssTimeout()
           
 java.lang.String getSiteHomePage()
           
 java.lang.String getSiteTitle()
           
 java.lang.String getSiteWelcomeMessage()
          Deprecated. since 5.0 The welcome message is now a system template. Use WelcomeMessageService
 java.lang.String getSupportRequestEmail()
           
 TimeZone getTimeZone()
           
 java.lang.String getWebdavPassword()
           
 java.lang.String getWebdavServerUrl()
           
 java.lang.String getWebdavUsername()
           
 boolean getWebSudoEnabled()
           
 long getWebSudoTimeout()
           
 boolean isAddWildcardsToUserAndGroupSearches()
           
 boolean isAllowCamelCase()
           
 boolean isAllowRemoteApi()
           
 boolean isAllowRemoteApiAnonymous()
           
 boolean isAllowThreadedComments()
           
 boolean isAllowTrackbacks()
           
 boolean isAlmostSupportPeriodEndMessageOff()
           
 boolean isAntiXssMode()
           
 boolean isBackupAttachmentsDaily()
           
 boolean isBackupDaily()
           
 boolean isBaseUrlAdminMessageOff()
           
 boolean isDenyPublicSignup()
           
 boolean isDisableLogo()
           
 boolean isDisplayLinkIcons()
          Deprecated. since 4.0
 boolean isEmailAdminMessageOff()
           
 boolean isEnableDidYouMean()
          Deprecated. since 5.2 because we don't use did you mean anymore
 boolean isEnableJavascriptTop()
          Deprecated. since 5.0. We always serve javascript at the top. Will always return true.
 boolean isEnableOpenSearch()
           
 boolean isEnableQuickNav()
           
 boolean isEnableSpaceStyles()
           
 boolean isEnableWysiwyg()
          Deprecated. since 4.0
 boolean isExternalUserManagement()
           
 boolean isGzippingResponse()
           
 boolean isNofollowExternalLinks()
           
 boolean isSaveable()
           
 boolean isSenMissingInLicenseMessageOff()
           
 boolean isSharedMode()
           
 boolean isShowContactAdministratorsForm()
           
 boolean isShowSystemInfoIn500Page()
           
 boolean isUseWysiwygByDefault()
          Deprecated. since 4.0
 boolean isViewSpaceGoesToSpaceSummary()
          Deprecated. since 5.0
 boolean isWebdavEnabled()
           
 boolean isXsrfAddComments()
           
 void setAddWildcardsToUserAndGroupSearches(boolean addWildcardsToUserAndGroupSearches)
           
 void setAllowCamelCase(boolean allowCamelCase)
           
 void setAllowRemoteApi(boolean allowRemoteApi)
           
 void setAllowRemoteApiAnonymous(boolean allowRemoteApiAnonymous)
           
 void setAllowThreadedComments(boolean allowThreadedComments)
           
 void setAllowTrackbacks(boolean allowTrackbacks)
           
 void setAlmostSupportPeriodEndMessageOff(boolean almostSupportPeriodEndMessageOff)
           
 void setAnitXssMode(boolean antiXssMode)
          Deprecated. since 3.5.8 use setAntiXssMode(boolean) instead.
 void setAntiXssMode(boolean antiXssMode)
           
 void setAttachmentDataStore(java.lang.String attachmentDataStore)
           
 void setAttachmentMaxSize(long attachmentMaxSize)
           
 void setAttachmentSecurityLevel(AttachmentSecurityLevel attachmentSecurityLevel)
           
 void setBackupAttachmentsDaily(boolean backupAttachmentsDaily)
           
 void setBackupDaily(boolean backupDaily)
           
 void setBackupPath(java.lang.String backupPath)
           
 void setBaseUrl(java.lang.String baseUrl)
           
 void setBaseUrlAdminMessageOff(boolean baseUrlAdminMessageOff)
           
 void setCaptchaSettings(CaptchaSettings captchaSettings)
           
 void setColourSchemesSettings(ColourSchemesSettings colourSchemesSettings)
           
 void setConfluenceHttpParameters(ConfluenceHttpParameters confluenceHttpParameters)
           
 void setCustomContactMessage(java.lang.String customErrorMessage)
           
 void setCustomHtmlSettings(CustomHtmlSettings customHtmlSettings)
           
 void setDailyBackupDateFormatPattern(java.lang.String dailyBackupDateFormatPattern)
           
 void setDailyBackupFilePrefix(java.lang.String dailyBackupFilePrefix)
           
 void setDefaultEncoding(java.lang.String defaultEncoding)
           
 void setDefaultPersonalSpaceHomepageContent(java.lang.String defaultPersonalSpaceHomepageContent)
          Deprecated. since 5.0 because default space homepage content is now fetched from a global template
 void setDefaultSpaceHomepageContent(java.lang.String defaultSpaceHomepageContent)
          Deprecated. since 5.0 because default space homepage content is now fetched from a global template
 void setDefaultSpaceHomepageTitle(java.lang.String defaultSpaceHomepageTitle)
           
 void setDefaultUsersGroup(java.lang.String defaultUsersGroup)
           
 void setDenyPublicSignup(boolean denyPublicSignup)
           
 void setDisableLogo(boolean disableLogo)
           
 void setDisplayLinkIcons(boolean displayLinkIcons)
          Deprecated. since 4.0
 void setDraftSaveInterval(int draftSaveInterval)
           
 void setEmailAddressVisibility(java.lang.String emailAddressVisibility)
           
 void setEmailAdminMessageOff(boolean emailAdminMessageOff)
           
 void setEnableDidYouMean(boolean enableDidYouMean)
          Deprecated. since 5.2 because we don't use did you mean anymore
 void setEnableJavascriptTop(boolean enableJavascriptTop)
          Deprecated. since 5.0. We always serve javascript at the top.
 void setEnableOpenSearch(boolean enableOpenSearch)
           
 void setEnableQuickNav(boolean enableQuickNav)
           
 void setEnableSpaceStyles(boolean enableSpaceStyles)
           
 void setEnableWysiwyg(boolean enableWysiwyg)
          Deprecated. since 4.0
 void setExternalUserManagement(boolean externalUserManagement)
           
 void setGlobalDefaultLocale(java.lang.String localeString)
           
 void setGzippingResponse(boolean gzippingResponse)
           
 void setIgnoredAdminTasks(java.lang.String ignoredAdminTasks)
           
 void setIndexingLanguage(java.lang.String indexingLanguage)
           
 void setLoginManagerSettings(LoginManagerSettings loginManagerSettings)
           
 void setMaxAttachmentsInUI(int maxAttachmentsInUI)
           
 void setMaxRssItems(int maxRssItems)
           
 void setMaxSimultaneousQuickNavRequests(int maxSimultaneousQuickNavRequests)
           
 void setMaxThumbHeight(int maxThumbHeight)
          Deprecated. since 4.0
 void setMaxThumbWidth(int maxThumbWidth)
          Deprecated. since 4.0
 void setNofollowExternalLinks(boolean nofollowExternalLinks)
           
 void setNumberOfBreadcrumbAncestors(int numberOfBreadcrumbAncestors)
          Deprecated. since 4.0
 void setPageTimeout(int pageTimeout)
           
 void setReferrerSettings(ReferrerSettings referrerSettings)
           
 void setRssTimeout(int rssTimeout)
           
 void setSenMissingInLicenseMessageOff(boolean senMissingInLicenseMessageOff)
           
 void setSharedMode(boolean sharedMode)
           
 void setShowApplicationTitle(boolean showApplicationTitle)
           
 void setShowContactAdministratorsForm(boolean showContactAdministratorsForm)
           
 void setShowSystemInfoIn500Page(boolean showSystemInfoIn500Page)
           
 void setSiteHomePage(java.lang.String siteHomePage)
           
 void setSiteTitle(java.lang.String siteTitle)
           
 void setSiteWelcomeMessage(java.lang.String siteWelcomeMessage)
          Deprecated. since 5.0 The welcome message is now a system template
 void setSupportRequestEmail(java.lang.String supportRequestEmail)
           
 void setUseWysiwygByDefault(boolean useWysiwygByDefault)
          Deprecated. since 4.0
 void setViewSpaceGoesToSpaceSummary(boolean viewSpaceGoesToSpaceSummary)
          Deprecated. since 5.0
 void setWebdavPassword(java.lang.String webdavPassword)
           
 void setWebdavServerUrl(java.lang.String webdavServerUrl)
           
 void setWebdavUsername(java.lang.String webdavUsername)
           
 void setWebSudoEnabled(boolean webSudoEnabled)
           
 void setWebSudoTimeout(long webSudoTimeout)
           
 void setXsrfAddComments(boolean xsrfAddComments)
           
 boolean showApplicationTitle()
           
static Settings unsavableSettings()
          Instantiate a settings object that will be ignored by the settings manager if you attempt to save it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_SITE_TITLE

public static final java.lang.String DEFAULT_SITE_TITLE
See Also:
Constant Field Values

FALLBACK_DEFAULT_USERS_GROUP

public static final java.lang.String FALLBACK_DEFAULT_USERS_GROUP
See Also:
Constant Field Values

DEFAULT_USERS_GROUP_ENV_VAR_KEY

public static final java.lang.String DEFAULT_USERS_GROUP_ENV_VAR_KEY
See Also:
Constant Field Values

DEFAULT_DEFAULT_ENCODING

public static final java.lang.String DEFAULT_DEFAULT_ENCODING
See Also:
Constant Field Values

EMAIL_ADDRESS_PUBLIC

public static final java.lang.String EMAIL_ADDRESS_PUBLIC
See Also:
Constant Field Values

EMAIL_ADDRESS_MASKED

public static final java.lang.String EMAIL_ADDRESS_MASKED
See Also:
Constant Field Values

EMAIL_ADDRESS_PRIVATE

public static final java.lang.String EMAIL_ADDRESS_PRIVATE
See Also:
Constant Field Values

EMAIL_FROMNAME_DEFAULT

public static final java.lang.String EMAIL_FROMNAME_DEFAULT
See Also:
Constant Field Values

DAILY_BACKUP_DIRECTORY

public static final java.lang.String DAILY_BACKUP_DIRECTORY
See Also:
Constant Field Values

ENGLISH

public static final java.lang.String ENGLISH
See Also:
Constant Field Values

GERMAN

public static final java.lang.String GERMAN
See Also:
Constant Field Values

RUSSIAN

public static final java.lang.String RUSSIAN
See Also:
Constant Field Values

CJK

public static final java.lang.String CJK
See Also:
Constant Field Values

CUSTOM_JAPANESE

public static final java.lang.String CUSTOM_JAPANESE
See Also:
Constant Field Values

CHINESE

public static final java.lang.String CHINESE
See Also:
Constant Field Values

FRENCH

public static final java.lang.String FRENCH
See Also:
Constant Field Values

GREEK

public static final java.lang.String GREEK
See Also:
Constant Field Values

BRAZILIAN

public static final java.lang.String BRAZILIAN
See Also:
Constant Field Values

CZECH

public static final java.lang.String CZECH
See Also:
Constant Field Values

LOCALE_ENGLISH

public static final java.lang.String LOCALE_ENGLISH
See Also:
Constant Field Values

LOCALE_GERMAN

public static final java.lang.String LOCALE_GERMAN
See Also:
Constant Field Values

LOCALE_RUSSIAN

public static final java.lang.String LOCALE_RUSSIAN
See Also:
Constant Field Values

LOCALE_JAPANESE

public static final java.lang.String LOCALE_JAPANESE
See Also:
Constant Field Values
Constructor Detail

Settings

public Settings()

Settings

public Settings(Settings settings)
Method Detail

unsavableSettings

public static Settings unsavableSettings()
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.

Returns:
a new settings object that cannot be saved

getConfluenceHttpParameters

public ConfluenceHttpParameters getConfluenceHttpParameters()

setConfluenceHttpParameters

public void setConfluenceHttpParameters(ConfluenceHttpParameters confluenceHttpParameters)

isAllowCamelCase

public boolean isAllowCamelCase()

setAllowCamelCase

public void setAllowCamelCase(boolean allowCamelCase)

isAllowTrackbacks

public boolean isAllowTrackbacks()

setAllowTrackbacks

public void setAllowTrackbacks(boolean allowTrackbacks)

isAllowThreadedComments

public boolean isAllowThreadedComments()

setAllowThreadedComments

public void setAllowThreadedComments(boolean allowThreadedComments)

isViewSpaceGoesToSpaceSummary

public boolean isViewSpaceGoesToSpaceSummary()
Deprecated. since 5.0

You can no longer go to Space Summary


setViewSpaceGoesToSpaceSummary

public void setViewSpaceGoesToSpaceSummary(boolean viewSpaceGoesToSpaceSummary)
Deprecated. since 5.0

You can no longer go to Space Summary


isExternalUserManagement

public boolean isExternalUserManagement()

setExternalUserManagement

public void setExternalUserManagement(boolean externalUserManagement)

isDenyPublicSignup

public boolean isDenyPublicSignup()

setDenyPublicSignup

public void setDenyPublicSignup(boolean denyPublicSignup)

getReferrerSettings

public ReferrerSettings getReferrerSettings()

setReferrerSettings

public void setReferrerSettings(ReferrerSettings referrerSettings)

getCaptchaSettings

public CaptchaSettings getCaptchaSettings()

setCaptchaSettings

public void setCaptchaSettings(CaptchaSettings captchaSettings)

getSiteHomePage

public java.lang.String getSiteHomePage()

setSiteHomePage

public void setSiteHomePage(java.lang.String siteHomePage)

getSiteWelcomeMessage

@Deprecated
public java.lang.String getSiteWelcomeMessage()
Deprecated. since 5.0 The welcome message is now a system template. Use WelcomeMessageService


setSiteWelcomeMessage

@Deprecated
public void setSiteWelcomeMessage(java.lang.String siteWelcomeMessage)
Deprecated. since 5.0 The welcome message is now a system template


getCustomContactMessage

public java.lang.String getCustomContactMessage()

setCustomContactMessage

public void setCustomContactMessage(java.lang.String customErrorMessage)

isShowContactAdministratorsForm

public boolean isShowContactAdministratorsForm()

setShowContactAdministratorsForm

public void setShowContactAdministratorsForm(boolean showContactAdministratorsForm)

getEmailAddressVisibility

public java.lang.String getEmailAddressVisibility()

setEmailAddressVisibility

public void setEmailAddressVisibility(java.lang.String emailAddressVisibility)

areEmailAddressesPrivate

public boolean areEmailAddressesPrivate()

getAttachmentMaxSize

public long getAttachmentMaxSize()

setAttachmentMaxSize

public void setAttachmentMaxSize(long attachmentMaxSize)

getDefaultEncoding

public java.lang.String getDefaultEncoding()

setDefaultEncoding

public void setDefaultEncoding(java.lang.String defaultEncoding)

getMaxThumbHeight

public int getMaxThumbHeight()

getMaxThumbWidth

public int getMaxThumbWidth()

getMaxThumbDimensions

public Dimensions getMaxThumbDimensions()

isBackupAttachmentsDaily

public boolean isBackupAttachmentsDaily()

setBackupAttachmentsDaily

public void setBackupAttachmentsDaily(boolean backupAttachmentsDaily)

getIndexingLanguage

public java.lang.String getIndexingLanguage()

setIndexingLanguage

public void setIndexingLanguage(java.lang.String indexingLanguage)

getGlobalDefaultLocale

public java.lang.String getGlobalDefaultLocale()

setGlobalDefaultLocale

public void setGlobalDefaultLocale(java.lang.String localeString)

isEmailAdminMessageOff

public boolean isEmailAdminMessageOff()
Returns:
boolean saying whether or not to display reminder for admin to configure email servers

setEmailAdminMessageOff

public void setEmailAdminMessageOff(boolean emailAdminMessageOff)

isBaseUrlAdminMessageOff

public boolean isBaseUrlAdminMessageOff()
Returns:
boolean saying whether or not to display reminder for admin to configure base url if set to 127.0.0.1 or localhost

setBaseUrlAdminMessageOff

public void setBaseUrlAdminMessageOff(boolean baseUrlAdminMessageOff)
Parameters:
baseUrlAdminMessageOff - boolean saying whether or not display reminder for admin to configure base url if set to 127.0.0.1 or localhost

isAlmostSupportPeriodEndMessageOff

public boolean isAlmostSupportPeriodEndMessageOff()
Returns:
boolean saying whether or not to display reminder for support period expiration

setAlmostSupportPeriodEndMessageOff

public void setAlmostSupportPeriodEndMessageOff(boolean almostSupportPeriodEndMessageOff)
Parameters:
almostSupportPeriodEndMessageOff - saying whether or not to display reminder for support period expiration

isAllowRemoteApi

public boolean isAllowRemoteApi()

setAllowRemoteApi

public void setAllowRemoteApi(boolean allowRemoteApi)

isAllowRemoteApiAnonymous

public boolean isAllowRemoteApiAnonymous()

setAllowRemoteApiAnonymous

public void setAllowRemoteApiAnonymous(boolean allowRemoteApiAnonymous)

getMaxAttachmentsInUI

public int getMaxAttachmentsInUI()

setMaxAttachmentsInUI

public void setMaxAttachmentsInUI(int maxAttachmentsInUI)

isGzippingResponse

public boolean isGzippingResponse()

setGzippingResponse

public void setGzippingResponse(boolean gzippingResponse)

setNofollowExternalLinks

public void setNofollowExternalLinks(boolean nofollowExternalLinks)

isNofollowExternalLinks

public boolean isNofollowExternalLinks()

getDailyBackupFilePrefix

public java.lang.String getDailyBackupFilePrefix()

setDailyBackupFilePrefix

public void setDailyBackupFilePrefix(java.lang.String dailyBackupFilePrefix)

getDailyBackupDateFormatPattern

public java.lang.String getDailyBackupDateFormatPattern()

setDailyBackupDateFormatPattern

public void setDailyBackupDateFormatPattern(java.lang.String dailyBackupDateFormatPattern)

getSiteTitle

public java.lang.String getSiteTitle()

setSiteTitle

public void setSiteTitle(java.lang.String siteTitle)

setMaxThumbHeight

@Deprecated
public void setMaxThumbHeight(int maxThumbHeight)
Deprecated. since 4.0

You can no longer edit thumbnail sizes


setMaxThumbWidth

@Deprecated
public void setMaxThumbWidth(int maxThumbWidth)
Deprecated. since 4.0

You can no longer edit thumbnail sizes


isEnableWysiwyg

@Deprecated
public boolean isEnableWysiwyg()
Deprecated. since 4.0

You can no longer disable wysiwyg mode in 4.0. Will always return true.


setEnableWysiwyg

@Deprecated
public void setEnableWysiwyg(boolean enableWysiwyg)
Deprecated. since 4.0

You can no longer disable wysiwyg mode in 4.0


isUseWysiwygByDefault

@Deprecated
public boolean isUseWysiwygByDefault()
Deprecated. since 4.0

You can no longer disable wysiwyg mode in 4.0. Will always return true.


setUseWysiwygByDefault

@Deprecated
public void setUseWysiwygByDefault(boolean useWysiwygByDefault)
Deprecated. since 4.0

You can no longer disable wysiwyg mode in 4.0


getNumberOfBreadcrumbAncestors

@Deprecated
public int getNumberOfBreadcrumbAncestors()
Deprecated. since 4.0

You can no longer conifgure the breadcrumb ancestors in 4.0


setNumberOfBreadcrumbAncestors

@Deprecated
public void setNumberOfBreadcrumbAncestors(int numberOfBreadcrumbAncestors)
Deprecated. since 4.0

You can no longer conifgure the breadcrumb ancestors in 4.0


isDisableLogo

public boolean isDisableLogo()

setDisableLogo

public void setDisableLogo(boolean disableLogo)

showApplicationTitle

public boolean showApplicationTitle()

setShowApplicationTitle

public void setShowApplicationTitle(boolean showApplicationTitle)

getDraftSaveInterval

public int getDraftSaveInterval()

setDraftSaveInterval

public void setDraftSaveInterval(int draftSaveInterval)

getCustomHtmlSettings

public CustomHtmlSettings getCustomHtmlSettings()

setCustomHtmlSettings

public void setCustomHtmlSettings(CustomHtmlSettings customHtmlSettings)

getColourSchemesSettings

public ColourSchemesSettings getColourSchemesSettings()

setColourSchemesSettings

public void setColourSchemesSettings(ColourSchemesSettings colourSchemesSettings)

getTimeZone

public TimeZone getTimeZone()
Returns:
the server's default time zone. Each user has a preference for the time zone, but if the preference isn't set, it defaults to this value.
See Also:
TimeZone.getDefault()

getDefaultSpaceHomepageTitle

public java.lang.String getDefaultSpaceHomepageTitle()

setDefaultSpaceHomepageTitle

public void setDefaultSpaceHomepageTitle(java.lang.String defaultSpaceHomepageTitle)

getDefaultSpaceHomepageContent

@Deprecated
public java.lang.String getDefaultSpaceHomepageContent()
Deprecated. since 5.0 because default space homepage content is now fetched from a global template


setDefaultSpaceHomepageContent

@Deprecated
public void setDefaultSpaceHomepageContent(java.lang.String defaultSpaceHomepageContent)
Deprecated. since 5.0 because default space homepage content is now fetched from a global template


getBaseUrl

public java.lang.String getBaseUrl()

setBaseUrl

public void setBaseUrl(java.lang.String baseUrl)

getAttachmentDataStore

public java.lang.String getAttachmentDataStore()

setAttachmentDataStore

public void setAttachmentDataStore(java.lang.String attachmentDataStore)

getWebdavServerUrl

public java.lang.String getWebdavServerUrl()

setWebdavServerUrl

public void setWebdavServerUrl(java.lang.String webdavServerUrl)

getWebdavUsername

public java.lang.String getWebdavUsername()

setWebdavUsername

public void setWebdavUsername(java.lang.String webdavUsername)

getWebdavPassword

public java.lang.String getWebdavPassword()

setWebdavPassword

public void setWebdavPassword(java.lang.String webdavPassword)

isWebdavEnabled

public boolean isWebdavEnabled()

isAntiXssMode

public boolean isAntiXssMode()

setAnitXssMode

@Deprecated
public void setAnitXssMode(boolean antiXssMode)
Deprecated. since 3.5.8 use setAntiXssMode(boolean) instead.


setAntiXssMode

public void setAntiXssMode(boolean antiXssMode)

isSharedMode

public boolean isSharedMode()

setSharedMode

public void setSharedMode(boolean sharedMode)

isDisplayLinkIcons

@Deprecated
public boolean isDisplayLinkIcons()
Deprecated. since 4.0


setDisplayLinkIcons

@Deprecated
public void setDisplayLinkIcons(boolean displayLinkIcons)
Deprecated. since 4.0


getDefaultPersonalSpaceHomepageContent

@Deprecated
public java.lang.String getDefaultPersonalSpaceHomepageContent()
Deprecated. since 5.0 because default space homepage content is now fetched from a global template


setDefaultPersonalSpaceHomepageContent

@Deprecated
public void setDefaultPersonalSpaceHomepageContent(java.lang.String defaultPersonalSpaceHomepageContent)
Deprecated. since 5.0 because default space homepage content is now fetched from a global template


getSupportRequestEmail

public java.lang.String getSupportRequestEmail()
Returns:
the default e-mail address that support requests will be sent to.

setSupportRequestEmail

public void setSupportRequestEmail(java.lang.String supportRequestEmail)
Parameters:
supportRequestEmail - the default e-mail address that support requests will be sent to.

isEnableDidYouMean

@Deprecated
public boolean isEnableDidYouMean()
Deprecated. since 5.2 because we don't use did you mean anymore


setEnableDidYouMean

@Deprecated
public void setEnableDidYouMean(boolean enableDidYouMean)
Deprecated. since 5.2 because we don't use did you mean anymore


isEnableSpaceStyles

public boolean isEnableSpaceStyles()

setEnableSpaceStyles

public void setEnableSpaceStyles(boolean enableSpaceStyles)

isEnableQuickNav

public boolean isEnableQuickNav()

setEnableQuickNav

public void setEnableQuickNav(boolean enableQuickNav)

getMaxSimultaneousQuickNavRequests

public int getMaxSimultaneousQuickNavRequests()

setMaxSimultaneousQuickNavRequests

public void setMaxSimultaneousQuickNavRequests(int maxSimultaneousQuickNavRequests)

isEnableOpenSearch

public boolean isEnableOpenSearch()

setEnableOpenSearch

public void setEnableOpenSearch(boolean enableOpenSearch)

isEnableJavascriptTop

@Deprecated
public boolean isEnableJavascriptTop()
Deprecated. since 5.0. We always serve javascript at the top. Will always return true.


setEnableJavascriptTop

@Deprecated
public void setEnableJavascriptTop(boolean enableJavascriptTop)
Deprecated. since 5.0. We always serve javascript at the top.


getMaxRssItems

public int getMaxRssItems()

setMaxRssItems

public void setMaxRssItems(int maxRssItems)

getRssTimeout

public int getRssTimeout()

setRssTimeout

public void setRssTimeout(int rssTimeout)

getPageTimeout

public int getPageTimeout()

setPageTimeout

public void setPageTimeout(int pageTimeout)

isBackupDaily

public boolean isBackupDaily()

setBackupDaily

public void setBackupDaily(boolean backupDaily)

getBackupPath

public java.lang.String getBackupPath()

setBackupPath

public void setBackupPath(java.lang.String backupPath)

isAddWildcardsToUserAndGroupSearches

public boolean isAddWildcardsToUserAndGroupSearches()

setAddWildcardsToUserAndGroupSearches

public void setAddWildcardsToUserAndGroupSearches(boolean addWildcardsToUserAndGroupSearches)

isSaveable

public boolean isSaveable()

isSenMissingInLicenseMessageOff

public boolean isSenMissingInLicenseMessageOff()

setSenMissingInLicenseMessageOff

public void setSenMissingInLicenseMessageOff(boolean senMissingInLicenseMessageOff)

isShowSystemInfoIn500Page

public boolean isShowSystemInfoIn500Page()

setShowSystemInfoIn500Page

public void setShowSystemInfoIn500Page(boolean showSystemInfoIn500Page)

getLoginManagerSettings

public LoginManagerSettings getLoginManagerSettings()

setLoginManagerSettings

public void setLoginManagerSettings(LoginManagerSettings loginManagerSettings)

isXsrfAddComments

public boolean isXsrfAddComments()

setXsrfAddComments

public void setXsrfAddComments(boolean xsrfAddComments)

getWebSudoTimeout

public long getWebSudoTimeout()

setWebSudoTimeout

public void setWebSudoTimeout(long webSudoTimeout)

getWebSudoEnabled

public boolean getWebSudoEnabled()

setWebSudoEnabled

public void setWebSudoEnabled(boolean webSudoEnabled)

getIgnoredAdminTasks

public java.lang.String getIgnoredAdminTasks()

setIgnoredAdminTasks

public void setIgnoredAdminTasks(java.lang.String ignoredAdminTasks)

getDefaultUsersGroup

public java.lang.String getDefaultUsersGroup()

setDefaultUsersGroup

public void setDefaultUsersGroup(java.lang.String defaultUsersGroup)

getAttachmentSecurityLevel

public AttachmentSecurityLevel getAttachmentSecurityLevel()

setAttachmentSecurityLevel

public void setAttachmentSecurityLevel(AttachmentSecurityLevel attachmentSecurityLevel)


Copyright © 2003-2013 Atlassian. All Rights Reserved.