112113114115116117118119120121122
* */ protected void showPlaylists( final List<Playlist> playlists ) throws IOException { final TPlaylists tpl = new TPlaylists(); tpl.setPlaylists( playlists ); getResponse().showJson( tpl.makeRenderer() ); }