Package com.microstrategy.web.app.tasks
Class AppTaskFactory
- java.lang.Object
 - 
- com.microstrategy.web.app.tasks.AppTaskFactory
 
 
- 
- All Implemented Interfaces:
 TaskFactory
- Direct Known Subclasses:
 BeanTaskFactory
public abstract class AppTaskFactory extends java.lang.Object implements TaskFactory
This class is a specializedTaskFactorythat has the ability to initialize the MicroStrategy Web environment. This typically includes items such as the Style Catalog and other MicroStrategy Web application objects.- Since:
 - MicroStrategy Web 8.1.0
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface com.microstrategy.web.tasks.TaskFactory
TaskFactory.TaskCategory 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AppTaskFactory() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MSTRWebControllergetMSTRWebController()Returns the MSTRWebController (singleton) instance.static StyleCataloggetStyleCatalog()Returns the StyleCatalog instance.voidinit(ContainerServices cntrSvcs)Initializes the MicroStrategy Web environment.protected voidinitializeBlockFactory(ContainerServices cs)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.microstrategy.web.tasks.TaskFactory
destroy, getRegisteredTaskIDList, getRegisteredTaskIDs, init, newTask 
 - 
 
 - 
 
- 
- 
Method Detail
- 
init
public void init(ContainerServices cntrSvcs)
Initializes the MicroStrategy Web environment.- Specified by:
 initin interfaceTaskFactory- Parameters:
 cntrSvcs- AContainerServicesinstance to use for creation.
 
- 
getMSTRWebController
public static MSTRWebController getMSTRWebController()
Returns the MSTRWebController (singleton) instance.- Returns:
 - The MSTRWebController (singleton) instance.
 
 
- 
getStyleCatalog
public static StyleCatalog getStyleCatalog()
Returns the StyleCatalog instance.- Returns:
 - The 
StyleCataloginstance. 
 
- 
initializeBlockFactory
protected void initializeBlockFactory(ContainerServices cs)
 
 - 
 
 -