Interface RenderTag

  • All Superinterfaces:
    DynamicTag, EnumHTMLTags, Tag

    public interface RenderTag
    extends DynamicTag
    The RenderTag interface represents a dynamic content generating tag. The dynamic content generating method must be prefixed by "render" and its first parameter must be of type MarkupOutput. The generated dynamic contents are stored in the first parameter, a MarkupOutput object.
    Since:
    MicroStrategy Web 8.0.0
    • Field Detail

      • TAG_NAME_RENDER

        static final java.lang.String TAG_NAME_RENDER
        The constant name of the RenderTag.
        See Also:
        Constant Field Values