Interface HtmlRenderable

All Superinterfaces:
StringRenderable
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 expected to return an HTML fragment.
Author:
Fabrizio Giudici
Stereotype:
Role