Examples of TSimilarArtists


Examples of com.pugh.sockso.templates.json.TSimilarArtists

     *
     */
   
    protected void showSimilarArtists( final List<Artist> artists ) throws IOException {
       
        final TSimilarArtists tpl = new TSimilarArtists();
       
        tpl.setArtists( artists );
       
        getResponse().showJson( tpl.makeRenderer() );

    }
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.