Class LicensingInfoTagHelper


  • public class LicensingInfoTagHelper
    extends AbstractNoBodyTagHelper
    This is the Helper class for the LicensingInfoTag. It is the one responsible for generating the HTML for the Tag.
    Since:
    MicroStrategy Web 8.0.1
    • Constructor Detail

      • LicensingInfoTagHelper

        public LicensingInfoTagHelper()
    • 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
      • setContentType

        public void setContentType​(java.lang.String value)
        The contentType attribute indicates the types of licensing information that should be displayed.
      • setAdministrator

        public void setAdministrator​(boolean value)
        The administrator attribute indicates to the Tag that it should check license compliance in the context of an administrator user. If the value is false or unspecified, the tag will determine whether the user is an administrator based on the current session.
      • getContent

        public MarkupOutput getContent()
                                throws java.io.IOException
        Obtains the contents to render based on the attributes defined (if existing).
        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.