Class PerformanceTimerTagHelper

    • 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 that have been 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 setLogResults​(java.lang.String value)
      Sets the value assigned to the logResults attribute of the custom tag instance that uses this helper
      void setPageId​(java.lang.String value)
      Sets the value assigned to the pageId attribute of the custom tag instance that uses this helper
      void setReqURI​(java.lang.String value)
      Sets the URI information of the page that is being analyzed
      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

      • PerformanceTimerTagHelper

        public PerformanceTimerTagHelper()
    • 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 that have been 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.
      • setReqURI

        public void setReqURI​(java.lang.String value)
        Sets the URI information of the page that is being analyzed
        Parameters:
        value - String indicating the the URI information of the page that is being analyzed.
      • setPageId

        public void setPageId​(java.lang.String value)
        Sets the value assigned to the pageId attribute of the custom tag instance that uses this helper
        Parameters:
        value - String with the identifier of the page analyzed
      • setLogResults

        public void setLogResults​(java.lang.String value)
        Sets the value assigned to the logResults attribute of the custom tag instance that uses this helper
        Parameters:
        value - String indicating if the results should be logged or not
      • 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 what type of javascript code should be rendered
      • 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 with the identifier of the URL being analyzed.