AbstractConfigurableContainerServices |
|
AbstractConfigurableParameterBuilder |
|
AbstractParameterBuilder |
An abstract implementation for ParameterBuilder which stores all information supplied,
but is unable to convert it to a string.
|
AppGlobalContextImpl |
The class AppGlobalContextImpl provides the default implementation
of the interface AppGlobalContext which is applicable only to ASPx
application.
|
ApplicationParameters |
This class represents the application parameters, typically configured through the
"microstrategy.xml" file.
|
ContainerServicesNamespace |
This class indicates the usage of namespace in ContainerServices.
|
ControllerInfo |
|
ControllerInfoList |
|
CSRFHelper |
The following 4 flags govern the behavior of CSRF protection in MicroStrategy Web:
validateRandNum - Whether to turn on CSRF protection or not
allowRandNumUserOverride - Allow user to choose to proceed with request even if there
is CSRF error encountered (not safe if true!)
allowRandNumOnURL - Whether to error out if CSRF random token is exposed in URL
(not safe if true!)
invalidateRandNumONURL - Whether to invalidate random tokens exposed in URL
(new option)
Customers who turn on invalidateRandNumOnURL are concerned about security, so we do not
want to allow them to choose any option that is not absolutely safe.
|
DefaultHiddenInputBuilderImpl |
The default Hidden Input Builder for the Web Universal application.
|
DefaultURIBuilderImpl |
The default URI Builder for the Web Universal application.
|
DeployDescLoader |
SAX parser for web.xml
web.xml sample
...
...
...
...
...
...
|
DisconnectedContainerServicesImpl |
This class is an intermediary between the ASP.net and Microstrategy Java application.
|
EmptyNamespaceEncoderImpl |
This is an implementation of the NamespaceEncoder interface that performs on encoding--it
merely passes the original string back to caller.
|
HttpServletContainerServices |
This is the implementation class for the ContainerServices interface
when application is running in the Java Web Container environment.
|
MultipartRequest |
The class MultipartRequest allows servlets to process file
uploads.
|
MultipartRequest.File |
The class MultipartRequest.File encapsulates uploaded files.
|
Parameter |
|
ParameterBuilderConfig |
This class is responsible for handling ParameterBuilder configurations.
|
ParameterInfo |
|
ParameterInfo.Description |
|
ParameterInfoList |
|
Parameters |
|
RandomNumberMap |
Used in ASP.Net environment only
|
ThreadRegistry |
This class maintains a simple running/terminating status,
tracks threads and timers created by the application,
and ensures they are properly cleaned up when we terminate.
|