66676869707172737475
protected void showTracks( final List<Track> tracks ) throws IOException { TTracks tpl = new TTracks(); tpl.setTracks( tracks ); getResponse().showJson( tpl.makeRenderer() ); } }
4243444546474849505152
protected void showTracks( final List<Track> tracks ) throws IOException { TTracks tpl = new TTracks(); tpl.setTracks( tracks ); getResponse().showJson( tpl.makeRenderer() ); } /** * Indicates if this action can handle the request
64656667686970717273
protected void showTracks( final List<Track> tracks ) throws IOException { final TTracks tpl = new TTracks(); tpl.setTracks( tracks ); getResponse().showJson( tpl.makeRenderer() ); } }