Returns the WebClient that originally loaded this page. @return the WebClient that originally loaded this page
()
| 132 | * @return the WebClient that originally loaded this page |
| 133 | */ |
| 134 | public WebClient getWebClient() { |
| 135 | return webClient_; |
| 136 | } |
| 137 | |
| 138 | /** |
| 139 | * Creates an empty {@link DomDocumentFragment} object. |
no outgoing calls
no test coverage detected