Creates a page based on the specified response and inserts it into the specified window. All page initialization and event notification is handled here. Note that if the page created is an attachment page, and an AttachmentHandler has been registered with this client, the page is
(final WebResponse webResponse, final WebWindow webWindow)
| 583 | * @see #setAttachmentHandler(AttachmentHandler) |
| 584 | */ |
| 585 | public Page loadWebResponseInto(final WebResponse webResponse, final WebWindow webWindow) |
| 586 | throws IOException, FailingHttpStatusCodeException { |
| 587 | return loadWebResponseInto(webResponse, webWindow, null); |
| 588 | } |
| 589 | |
| 590 | /** |
| 591 | * <span style="color:red">INTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK.</span><br> |