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 specializedTaskFactory
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.- 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 MSTRWebController
getMSTRWebController()
Returns the MSTRWebController (singleton) instance.static StyleCatalog
getStyleCatalog()
Returns the StyleCatalog instance.void
init(ContainerServices cntrSvcs)
Initializes the MicroStrategy Web environment.protected void
initializeBlockFactory(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:
init
in interfaceTaskFactory
- Parameters:
cntrSvcs
- AContainerServices
instance 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
StyleCatalog
instance.
-
initializeBlockFactory
protected void initializeBlockFactory(ContainerServices cs)
-
-