java.lang.Object | |||
↳ | com.microstrategy.web.app.GenericBrowserSettings | ||
↳ | com.microstrategy.web.app.AbstractBrowserSettings | ||
↳ | com.microstrategy.web.app.PreferenceBrowserSettings |
This class provides a user preference implementation of browser settings. The permanent browser settings are stored in user preference at user-project level. The temporary and project settings are stored in web session.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PreferenceBrowserSettings(BrowserSettingDefinitionList bsDefinitionList, Preferences adminPrefs, ContainerServices containerServices)
Class constructor
| |||||||||||
PreferenceBrowserSettings(BrowserSettingDefinitionList bsDefinitionList, Preferences preferences, ContainerServices containerServices, boolean processBrowserSettings)
This constructor is deprecated.
processBrowserSettings is not supported. Use
PreferenceBrowserSettings(BrowserSettingDefinitionList, Preferences, ContainerServices) instead.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
clearSessionBrowserSettings()
This method is deprecated.
use
clearSessionValues() instead.
| ||||||||||
void |
flush()
Store the browser settings windows to more persistent storage.
| ||||||||||
void |
setSession(WebIServerSession currentSession)
Sets the session that will be used as default when accessing session settings
and also reloads session browser settings.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
BrowserSettingElement |
loadValues()
Load permanent browser settings from perference.
| ||||||||||
void |
storeValues(BrowserSettingElement bSet)
Store permanent browser settings to user preferences.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Class constructor
bsDefinitionList | an the BrowserSettingDefinitionList object from
the PageManager object containing the default values of the spplication's
browser settings. |
---|---|
adminPrefs | valid instance of Preferences |
containerServices | valid instance of ContainerServices
|
This constructor is deprecated.
processBrowserSettings is not supported. Use PreferenceBrowserSettings(BrowserSettingDefinitionList, Preferences, ContainerServices)
instead.
Class constructor
bsDefinitionList | an the BrowserSettingDefinitionList object from
the PageManager object containing the default values of the spplication's
browser settings. |
---|---|
preferences | valid instance of Preferences |
containerServices | valid instance of ContainerServices |
processBrowserSettings | boolean value that indicates whether the
browser settings included on the URL/Form Data should be automatically processed or not. |
This method is deprecated.
use clearSessionValues()
instead.
Clear the value of the preference that holds the value of browser settings at the session level.
Store the browser settings windows to more persistent storage.
Sets the session that will be used as default when accessing session settings and also reloads session browser settings.
currentSession | an initialized WebIServerSession instance that
represents the current session opened.
|
---|
Load permanent browser settings from perference.
Store permanent browser settings to user preferences.