Returns the web response that was originally used to create this page. @return the web response that was originally used to create this page
()
| 62 | * @return the web response that was originally used to create this page |
| 63 | */ |
| 64 | @Override |
| 65 | public WebResponse getWebResponse() { |
| 66 | return webResponse_; |
| 67 | } |
| 68 | |
| 69 | /** |
| 70 | * Returns the window that this page is sitting inside. |