Interface BaseTag

  • All Superinterfaces:
    DynamicTag, EnumHTMLTags, Tag
    All Known Implementing Classes:
    BaseTagImpl

    public interface BaseTag
    extends DynamicTag
    This interface represents a dynamic base object on a Tag. The Object result that is returned by the name method is added to the LayoutContext for further reference.

    Since:
    MicroStrategy Web 9.0.0
    • Field Detail

      • TAG_NAME_BASE

        static final java.lang.String TAG_NAME_BASE
        The constant name of the BaseTag.
        See Also:
        Constant Field Values
      • ATTR_NAME_BASE_ID

        static final java.lang.String ATTR_NAME_BASE_ID
        The constant name of the id attribute.
        See Also:
        Constant Field Values