4849505152535455565758
protected void showAlbum( final Album album ) throws IOException { TAlbum tpl = new TAlbum(); tpl.setAlbum( album ); getResponse().showJson( tpl.makeRenderer() ); } /** * Indicates if the action can handle the request