Package com.pugh.sockso.web.action.playlist

Examples of com.pugh.sockso.web.action.playlist.Xspfer


       
        else if ( command.equals("") )
            action = injector.getInstance( Homer.class );
       
        else if ( command.equals("xspf") ) {
            Xspfer xspf = injector.getInstance( Xspfer.class );
            xspf.init( protocol );
            action = xspf;
        }
               
        else if ( command.equals("m3u") ) {
            M3uer m3u = injector.getInstance( M3uer.class );
View Full Code Here

TOP

Related Classes of com.pugh.sockso.web.action.playlist.Xspfer

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.