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