67686970717273747576
protected void showArtist( final Artist artist ) throws IOException { final TArtist tpl = new TArtist(); tpl.setArtist( artist ); getResponse().showJson( tpl.makeRenderer() ); } }