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

Method cleanUp

src/main/java/org/htmlunit/Page.java:44–44  ·  view source on GitHub ↗

Clean up this page. This method gets called by the web client when an other page is loaded in the window and you should probably never need to call it directly

()

Source from the content-addressed store, hash-verified

42 * and you should probably never need to call it directly
43 */
44 void cleanUp();
45
46 /**
47 * Returns the web response that was originally used to create this page.

Callers 12

closeMethod · 0.95
removeChildWindowMethod · 0.95
loadWebResponseIntoMethod · 0.95
cleanUpMethod · 0.65
cleanUpMethod · 0.65
cleanUpMethod · 0.65
cleanUpMethod · 0.65
deleteOverflowMethod · 0.65
clearMethod · 0.65
cleanUpMethod · 0.65
cleanUpMethod · 0.65
cleanUpMethod · 0.65

Implementers 2

AbstractPagesrc/main/java/org/htmlunit/AbstractPag
SgmlPagesrc/main/java/org/htmlunit/SgmlPage.ja

Calls

no outgoing calls

Tested by 1

cleanUpMethod · 0.52