Class LoggingTagHelper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleanState()
      Resets the state of the tag library, by cleaning the values of the properties initialized for this tag.
      MarkupOutput getContent()
      Obtains the contents to render based on the attributes defined (if existing).
      void setAction​(java.lang.String value)
      Sets the value assigned to the action attribute of the custom tag instance that uses this helper
      void setDisplayMode​(java.lang.String value)
      set the display mode used when the GuiComponent renders itself
      void setNames​(java.lang.String value)
      Sets the value assigned to the names attribute of the custom tag instance that uses this helper
      void setTimes​(java.lang.String value)
      Sets the value assigned to the times attribute of the custom tag instance that uses this helper
      void setUrl​(java.lang.String value)
      Sets the value assigned to the url attribute of the custom tag instance that uses this helper
      void setUrlObjId​(java.lang.String value)
      Sets the value assigned to the urlObjId attribute of the custom tag instance that uses this helper
      • Methods inherited from class java.lang.Object

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

      • LoggingTagHelper

        public LoggingTagHelper()
    • 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).
        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.
      • setAction

        public void setAction​(java.lang.String value)
        Sets the value assigned to the action attribute of the custom tag instance that uses this helper
        Parameters:
        value - String indicating the action this tag will be rendereing.
      • setUrl

        public void setUrl​(java.lang.String value)
        Sets the value assigned to the url attribute of the custom tag instance that uses this helper
        Parameters:
        value - String indicating the URL analyzed.
      • setUrlObjId

        public void setUrlObjId​(java.lang.String value)
        Sets the value assigned to the urlObjId attribute of the custom tag instance that uses this helper
        Parameters:
        value - String indicating the identifier for the URL analyzed.
      • setNames

        public void setNames​(java.lang.String value)
        Sets the value assigned to the names attribute of the custom tag instance that uses this helper
        Parameters:
        value - String with the names of the components being analyzed
      • setTimes

        public void setTimes​(java.lang.String value)
        Sets the value assigned to the times attribute of the custom tag instance that uses this helper
        Parameters:
        value - String with the times each one of the components analyzed recorded.
      • setDisplayMode

        public void setDisplayMode​(java.lang.String value)
        set the display mode used when the GuiComponent renders itself
        Parameters:
        value - String the display mode: AppContext.DISPLAY_MODE_HTML - plain HTML AppContext.DISPLAY_MODE_JSON - the output will be wrapped up in a json structure in form of {id: id of the component, content: html content to be updated} or {id: if of the component, components: sub json blocks}
        Since:
        MicroStrategy Web 9.0.1