Package com.pugh.sockso.templates.json

Examples of com.pugh.sockso.templates.json.TSimilarArtists.makeRenderer()


       
        final TSimilarArtists tpl = new TSimilarArtists();
       
        tpl.setArtists( artists );
       
        getResponse().showJson( tpl.makeRenderer() );

    }
   
    /**
     *  tries to delete a users playlist.  needs to check things like did they
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.