Class CoreTagHelper

    • Constructor Summary

      Constructors 
      Constructor Description
      CoreTagHelper()  
    • 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.
      TagsFactory getTagsFactory()
      Utility method for obtaining a TagsFactory instance.
      protected int resolveNumericAttribute​(java.lang.String attribute)
      Utility method for translating the package, class and constant name information into the number it actually represents.
      • Methods inherited from class java.lang.Object

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

      • CoreTagHelper

        public CoreTagHelper()
    • Method Detail

      • cleanState

        public void cleanState()
        Resets the state of the tag library, by cleaning the values of the properties initialized for this tag.
      • resolveNumericAttribute

        protected int resolveNumericAttribute​(java.lang.String attribute)
        Utility method for translating the package, class and constant name information into the number it actually represents. Used mainly for obtaining the ID of events and their arguments.
        Parameters:
        attribute - a String that specifies the full location of a constant which int value will be retrieved. For example: com.microstrategy.web.app.beans.EnumServletEvents.WebEventCancel
        Returns:
        the int value associated with the element passed as parameter.