Interface HtmlRenderable

  • All Superinterfaces:
    StringRenderable
    All Known Implementing Classes:
    PersonHtmlRenderable
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface HtmlRenderable
    extends StringRenderable
    The role of an object that can be rendered into a String as HTML markup. While this class has the same method signature as StringRenderable, its semantics are different, as it is expectedt to return an HTML fragment.
    Author:
    Fabrizio Giudici
    Stereotype:
    Role
    • Field Detail

      • _HtmlRenderable_

        static final java.lang.Class<HtmlRenderable> _HtmlRenderable_