Class WebAppFactory


  • public class WebAppFactory
    extends java.lang.Object
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Constructor Detail

      • WebAppFactory

        protected WebAppFactory()
    • Method Detail

      • getInstance

        public static WebAppFactory getInstance()
        Returns the instance of the singleton WebAppFactory.
        Returns:
        WebAppFactory singleton instance
      • removeThreadLocal

        public static void removeThreadLocal()
      • newAppContext

        public AppContext newAppContext()
        Creates a new instance of the AppContext to be used in the request
        Returns:
        AppContext new AppContext instance
      • newFeatures

        public WebFeatures newFeatures​(AppContext appContext)
        Creates a new instance of the Global Features Manager to be used in the request
        Parameters:
        appContext - the AppContext used during the current request
        Returns:
        WebFeatures