java.lang.Object | |
↳ | com.microstrategy.web.objects.localization.RegionalOptionsHelper |
Provides various utility functions to support WebLocalizationManager
.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
RegionalOptionsHelper() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static String | getMDXML(RegionalOptions regionalOptions) | ||||||||||
static String |
getXML(RegionalOptions regionalOptions)
Returns an XML representation a
RegionalOptions instance. | ||||||||||
static StringWrapper |
getXMLStringWrapper(RegionalOptions regionalOptions)
Returns a special StringWrapper that will automatically update
the associated
RegionalOptions parameter. | ||||||||||
synchronized static boolean |
supportsV9Internationalization(String serverName, int port)
Checks whether MicroStrategy 9.0 internationalization features are supported
on the given Intelligence Server.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns an XML representation a RegionalOptions
instance.
regionalOptions | the instance |
---|
Returns a special StringWrapper that will automatically update
the associated RegionalOptions
parameter.
regionalOptions | the object that will be automatically updated upon a setString(String) . |
---|
Checks whether MicroStrategy 9.0 internationalization features are supported on the given Intelligence Server.
serverName | server to test |
---|---|
port | port of server |