4546474849505152535455
* */ protected void showAlbum( final Album album ) throws IOException { TAlbum tpl = new TAlbum(); tpl.setAlbum( album ); getResponse().showJson( tpl.makeRenderer() ); }