java.lang.Object | |
↳ | com.microstrategy.web.platform.ContainerServicesNamespace |
This class indicates the usage of namespace in ContainerServices. If both key and value are empty, no namespace is used. If value is not empty, uses it as namespace value. If value is empty but key is not empty, we will rely on container services to provide the namespace value.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ContainerServicesNamespace()
The default constructor.
| |||||||||||
ContainerServicesNamespace(String key)
The request key to looking for namespace value
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getDefaultValue() | ||||||||||
String | getKey() | ||||||||||
String | getValue() | ||||||||||
void | setDefaultValue(String defaultValue) | ||||||||||
void | setKey(String key) | ||||||||||
void | setValue(String value) | ||||||||||
boolean |
useNamespace()
Indicate whether namespace is used
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The default constructor.
The request key to looking for namespace value
Indicate whether namespace is used