Package com.pugh.sockso.templates.json

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

Related Classes of com.pugh.sockso.templates.json.TSimilarArtists

Copyright © 2018 www.massapicom. 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.