Class ResourceMgrTagHelper

    • Constructor Detail

      • ResourceMgrTagHelper

        public ResourceMgrTagHelper()
    • Method Detail

      • getContent

        public MarkupOutput getContent()
                                throws java.io.IOException
        Description copied from class: AbstractNoBodyTagHelper
        Obtain 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 be displayed
        Throws:
        java.io.IOException - if an error happens while getting the contents to render.
      • setType

        public void setType​(java.lang.String type)
        Set the type of the content.
        Parameters:
        type - - String. Value can be either of "scriptFiles" or "inlineScripts". Default value is "scriptFiles".
      • setLocation

        public void setLocation​(java.lang.String location)
        Set the location for the content. This parameter is applicable only for type "scriptFiles".
        Parameters:
        location - - String. Value can be "head" or "tail". Default value is "tail".
      • cleanState

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

        public void setJsEncode​(boolean value)
        Sets the value assigned to the jsEncode attribute of the custom tag instance.
        Parameters:
        value - boolean indicating if the content to display should be javascript encoded
        Since:
        MicroStrategy Web 9.0.1