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

Method initialize

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

Initialize this page. This method gets called when a new page is loaded and you should probably never need to call it directly. @throws IOException if an IO problem occurs

()

Source from the content-addressed store, hash-verified

35 * @throws IOException if an IO problem occurs
36 */
37 void initialize() throws IOException;
38
39 /**
40 * Clean up this page.

Callers 9

loadWebResponseIntoMethod · 0.95
runTestsFunction · 0.65
ecmaunit.jsFile · 0.65
runTestsFunction · 0.65
ecmaunit.jsFile · 0.65
jquery.min.jsFile · 0.65
setEnclosedPageMethod · 0.65
initializeMethod · 0.65
initializeEmptyWindowMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected