The model of type T is obtained from view's render() method and passed to dynamic blocks.
| 26 | |
| 27 | /** The model of type T is obtained from view's render() method and passed to dynamic blocks. */ |
| 28 | @FunctionalInterface |
| 29 | public interface HtmlTemplate { |
| 30 | void resolve(HtmlPage page); |
| 31 | } |
no outgoing calls
no test coverage detected