MCPcopy Create free account
hub / github.com/xmlet/HtmlFlow / setIndented

Method setIndented

htmlflow-core/src/main/java/htmlflow/HtmlView.java:141–151  ·  view source on GitHub ↗

Returns a new instance of HtmlFlow with the same properties of this object but with indented set to the value of isIndented parameter.

(boolean isIndented)

Source from the content-addressed store, hash-verified

139 * set to the value of isIndented parameter.
140 */
141 @Override
142 public HtmlView<M> setIndented(boolean isIndented) {
143 return HtmlFlow.view(
144 getVisitor().out(),
145 template,
146 isIndented,
147 threadSafe,
148 true,
149 false
150 );
151 }
152
153 /**
154 * Returns a new instance of HtmlView with the same properties of this object but with preEncoding

Callers

nothing calls this directly

Calls 3

viewMethod · 0.95
getVisitorMethod · 0.95
outMethod · 0.80

Tested by

no test coverage detected