Class JasperTagInfo


  • class JasperTagInfo
    extends TagInfo
    TagInfo extension used by tag handlers that are implemented via tag files. This class provides access to the name of the Map used to store the dynamic attribute names and values passed to the custom action invocation. This information is used by the code generator.
    • Field Detail

      • dynamicAttrsMapName

        private java.lang.String dynamicAttrsMapName
    • Constructor Detail

      • JasperTagInfo

        public JasperTagInfo​(java.lang.String tagName,
                             java.lang.String tagClassName,
                             java.lang.String bodyContent,
                             java.lang.String infoString,
                             TagLibraryInfo taglib,
                             TagExtraInfo tagExtraInfo,
                             TagAttributeInfo[] attributeInfo,
                             java.lang.String displayName,
                             java.lang.String smallIcon,
                             java.lang.String largeIcon,
                             TagVariableInfo[] tvi,
                             java.lang.String mapName)
    • Method Detail

      • getDynamicAttributesMapName

        public java.lang.String getDynamicAttributesMapName()
      • hasDynamicAttributes

        public boolean hasDynamicAttributes()
        Description copied from class: TagInfo
        Get dynamicAttributes associated with this TagInfo.
        Overrides:
        hasDynamicAttributes in class TagInfo
        Returns:
        True if tag handler supports dynamic attributes