Class AppTaskFactory

  • All Implemented Interfaces:
    TaskFactory
    Direct Known Subclasses:
    BeanTaskFactory

    public abstract class AppTaskFactory
    extends java.lang.Object
    implements TaskFactory
    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.
    Since:
    MicroStrategy Web 8.1.0
    • Constructor Detail

      • AppTaskFactory

        public AppTaskFactory()
    • Method Detail

      • 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)