java.lang.Object | |
↳ | com.microstrategy.web.app.tasks.AppTaskFactory |
![]() |
![]() |
This class is a specialized TaskFactory
that has
the ability to initialize the MicroStrategy Web environment. This typically includes
items such as the Style Catalog and other MicroStrategy Web application objects.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AppTaskFactory() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static MSTRWebController |
getMSTRWebController()
Returns the MSTRWebController (singleton) instance.
| ||||||||||
static StyleCatalog |
getStyleCatalog()
Returns the StyleCatalog instance.
| ||||||||||
void |
init(ContainerServices cntrSvcs)
Initializes the MicroStrategy Web environment.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | initializeBlockFactory(ContainerServices cs) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the MSTRWebController (singleton) instance.
Returns the StyleCatalog instance.
StyleCatalog
instance.
Initializes the MicroStrategy Web environment.
cntrSvcs | A ContainerServices instance to use for creation.
|
---|