Class FeaturesHelper


  • public class FeaturesHelper
    extends java.lang.Object

    Title: FeaturesHelper.

    Denion: This class creates dynamic javascript files to be plabed in the javascript folder of the application. The javascript file contains the feature information defined for the microstrategy object for specific pages.

    Copyright: Copyright (c) 2004

    Company: Microstrategy, Inc.

    Since:
    MicroStrategy Web 8.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String javascriptObject  
    • Constructor Summary

      Constructors 
      Constructor Description
      FeaturesHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • javascriptObject

        public static final java.lang.String javascriptObject
        See Also:
        Constant Field Values
    • Constructor Detail

      • FeaturesHelper

        public FeaturesHelper()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)