()
| 78 | } |
| 79 | |
| 80 | public final Html<HtmlPage> html() { |
| 81 | this.getVisitor().write(HEADER); |
| 82 | return new Html<>(this); |
| 83 | } |
| 84 | |
| 85 | public HtmlView<M> threadSafe() { |
| 86 | return clone(visitorSupplier, true); |
nothing calls this directly
no test coverage detected