Examples of TLatest


Examples of com.pugh.sockso.templates.web.browse.TLatest

     *
     */
   
    protected void showLatest( final List<Track> tracks, final List<Artist> artists, final List<Album> albums ) throws IOException, SQLException {

        final TLatest tpl = new TLatest();
       
        tpl.setTracks( tracks );
        tpl.setArtists( artists );
        tpl.setAlbums( albums );
       
        getResponse().showHtml( tpl );
       
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.