org.qtunes.webplayer
Class WebController

java.lang.Object
  extended by org.qtunes.webplayer.WebController
All Implemented Interfaces:
WebHandler

public class WebController
extends java.lang.Object
implements WebHandler


Field Summary
 
Fields inherited from interface org.qtunes.web.WebHandler
DATEFORMAT
 
Constructor Summary
WebController(WebPlayer player, java.lang.String prefix, org.qtunes.webplayer.WebAuthorizer authorizer)
           
 
Method Summary
 void handle(WebConnection con)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebController

public WebController(WebPlayer player,
                     java.lang.String prefix,
                     org.qtunes.webplayer.WebAuthorizer authorizer)
Method Detail

handle

public void handle(WebConnection con)
            throws java.io.IOException
Specified by:
handle in interface WebHandler
Throws:
java.io.IOException