Sets the object that will resolve all URL requests. @param webConnection the new web connection
(final WebConnection webConnection)
| 383 | * @param webConnection the new web connection |
| 384 | */ |
| 385 | public void setWebConnection(final WebConnection webConnection) { |
| 386 | WebAssert.notNull("webConnection", webConnection); |
| 387 | webConnection_ = webConnection; |
| 388 | } |
| 389 | |
| 390 | /** |
| 391 | * Send a request to a server and return a Page that represents the |