161162163164165166167168
render(context, renderContext); return sb.toString(); } catch (IOException e) { throw new UndeclaredIOException(e); } }
160161162163164165166167
encode(s, sb); return sb.toString(); } catch (IOException e) { throw new UndeclaredIOException(e); } }
150151152153154155156157
out.write(z); } } catch (IOException e) { throw new UndeclaredIOException(e); } }
8687888990919293
public <R, U extends PortalURL<R, U>> String render(U url) { try { return _render(url); } catch (IOException e) { throw new UndeclaredIOException(e); } }