Package it.tidalwave.role
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.
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
-
Field Summary
Fields inherited from interface it.tidalwave.role.StringRenderable
_StringRenderable_
-
Method Summary
Methods inherited from interface it.tidalwave.role.StringRenderable
render, renderTo, renderTo
-
Field Details
-
_HtmlRenderable_
-