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