Interface SlotTag

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

    public interface SlotTag
    extends DynamicTag
    The SlotTag interface respresents a section in the layout that can be replaced
    Since:
    MicroStrategy Web 8.0.2
    • Field Detail

      • TAG_NAME_SLOT

        static final java.lang.String TAG_NAME_SLOT
        The constant name of the SlotTag.
        See Also:
        Constant Field Values
      • ATTR_NAME_NAME

        static final java.lang.String ATTR_NAME_NAME
        The constant name of the attribute name. The value is the name of the slot
        See Also:
        Constant Field Values
    • Method Detail

      • getSlotName

        java.lang.String getSlotName()
        Returns the value of the name attribute It is actually the value of the attribute ATTR_NAME_NAME.
        Returns:
        the value of the attribute ATTR_NAME_NAME.