199200201202203204205206
// add requst-parameters e.g. for f:viewParam handling windowHandler.sendRedirect(FacesContext.getCurrentInstance().getExternalContext(), targetURL, true); } catch (IOException e) { throw new UnhandledException(e); } }
251252253254255256257258
return this.webClient.getPage(this.baseURL + viewId); } catch (IOException e) { throw new UnhandledException(e); } }
281282283284285286287288
assertTrue(url(this.currentPage).contains(expectedTarget)); } } catch (IOException e) { throw new UnhandledException(e); } }