Class ClientSideLayout

  • All Implemented Interfaces:
    ConfigurationElement, ConfigurationFile, java.lang.Cloneable

    public class ClientSideLayout
    extends AbstractConfigurationElement
    This class is a cache entry in a server-side cache. It holds the contents of a client side layout file (for the Javascript UI Library [JUIL]) in a form which can be used in a JavaScript statement.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • ClientSideLayout

        public ClientSideLayout()
    • Method Detail

      • getAsJavaScriptString

        public java.lang.String getAsJavaScriptString()
        Returns the contents of the client side layout file as a JavaScript string.
        Returns:
        The contents of the client side layout file as a JavaScript string.
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement