protected HtmlView<T> |
DynamicHtml.clone(HtmlVisitorCache visitor) |
Resulting in a non thread safe view.
|
protected HtmlView<T> |
DynamicHtml.clone(Supplier<HtmlVisitorCache> visitorSupplier,
boolean threadSafe) |
Since HtmlView is immutable this is the preferred way to create a copy of the
existing HtmlView instance with a different threadSafe state.
|
protected abstract HtmlView<T> |
HtmlView.clone(HtmlVisitorCache visitor) |
Resulting in a non thread safe view.
|
protected abstract HtmlView<T> |
HtmlView.clone(Supplier<HtmlVisitorCache> visitorSupplier,
boolean threadSafe) |
Since HtmlView is immutable this is the preferred way to create a copy of the
existing HtmlView instance with a different threadSafe state.
|
protected HtmlView<Object> |
StaticHtml.clone(HtmlVisitorCache visitor) |
Resulting in a non thread safe view.
|
protected HtmlView<Object> |
StaticHtml.clone(Supplier<HtmlVisitorCache> visitorSupplier,
boolean threadSafe) |
Since HtmlView is immutable this is the preferred way to create a copy of the
existing HtmlView instance with a different threadSafe state.
|
HtmlView<T> |
HtmlView.self() |
|
HtmlView<T> |
HtmlView.setIndented(boolean isIndented) |
Returns a new instance of HtmlView with the same properties of this object
but with indented set to the value of isIndented parameter.
|
HtmlView<T> |
HtmlView.threadSafe() |
|