Class WebFormatFactory


  • public class WebFormatFactory
    extends java.lang.Object
    WebFormat object factory.
    Since:
    MicroStrategy Web 8.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static boolean sessionlessTest  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.microstrategy.web.objects.WebFormatImpl createFormat​(WebIServerSession session, java.lang.String _formatName, WebFormatHost _formatHost)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sessionlessTest

        public static boolean sessionlessTest
    • Constructor Detail

      • WebFormatFactory

        public WebFormatFactory()
    • Method Detail

      • createFormat

        public static com.microstrategy.web.objects.WebFormatImpl createFormat​(WebIServerSession session,
                                                                               java.lang.String _formatName,
                                                                               WebFormatHost _formatHost)