MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / cleanUp

Method cleanUp

src/main/java/org/htmlunit/AbstractPage.java:52–57  ·  view source on GitHub ↗

Cleans up this page.

()

Source from the content-addressed store, hash-verified

50 * Cleans up this page.
51 */
52 @Override
53 public void cleanUp() {
54 if (getEnclosingWindow().getWebClient().getCache().getCachedResponse(webResponse_.getWebRequest()) == null) {
55 webResponse_.cleanUp();
56 }
57 }
58
59 /**
60 * Returns the web response that was originally used to create this page.

Callers

nothing calls this directly

Calls 6

getEnclosingWindowMethod · 0.95
getCachedResponseMethod · 0.80
getCacheMethod · 0.80
getWebClientMethod · 0.65
cleanUpMethod · 0.65
getWebRequestMethod · 0.45

Tested by

no test coverage detected