464748495051525354555657
* */ protected void showPlaylist( final Playlist playlist, final List<Track> tracks ) throws IOException { TPlaylist tpl = new TPlaylist(); tpl.setPlaylist( playlist ); tpl.setTracks( tracks ); getResponse().showJson( tpl.makeRenderer() ); }