Class ClientSideDescriptorTagHelper


  • public class ClientSideDescriptorTagHelper
    extends AbstractNoBodyTagHelper

    Title: ClientSideDescriptorTagHelper.

    Description:

    Copyright: Copyright (c) 2002

    Company: Microstrategy, Inc.

    Since:
    MicroStrategy Web 8.0.0
    • Constructor Detail

      • ClientSideDescriptorTagHelper

        public ClientSideDescriptorTagHelper()
    • Method Detail

      • cleanState

        public void cleanState()
        Resets the state of the tag library, by cleaning the values of the properties initialized for this tag.
        Overrides:
        cleanState in class MstrPageTagHelper
      • getContent

        public MarkupOutput getContent()
                                throws java.io.IOException
        Obtains the contents to render based on the attributes defined (if existing). Outputs JavaScript in the form of:
        <script language="JavaScript">microstrategy.descriptors.addDescriptors("id1|value1;id2|value2")</script>

        Specified by:
        getContent in class AbstractNoBodyTagHelper
        Returns:
        a MarkupOutput instance initialized with the contents to display
        Throws:
        java.io.IOException - if an error happens while getting the contents to render.
      • setIDs

        public void setIDs​(java.lang.String ids)
      • setPrefix

        public void setPrefix​(java.lang.String prefix)
        Since:
        MicroStrategy Web 9.0.0