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

Method threadSafe

htmlflow-core/src/main/java/htmlflow/HtmlDoc.java:58–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56 }
57
58 @Override
59 public HtmlPage threadSafe() {
60 throw new IllegalStateException(
61 "HtmlDoc is not reusable and does not keep internal static blocks!" +
62 "Thus it does not require thread safety!"
63 );
64 }
65
66 @Override
67 public HtmlDocVisitor getVisitor() {

Calls

no outgoing calls