Cleans up this page.
()
| 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. |
nothing calls this directly
no test coverage detected