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
()
| 35 | * @throws IOException if an IO problem occurs |
| 36 | */ |
| 37 | void initialize() throws IOException; |
| 38 | |
| 39 | /** |
| 40 | * Clean up this page. |
no outgoing calls
no test coverage detected