org.musicontroller.streaming
Class CoverArtService

java.lang.Object
  extended by org.musicontroller.streaming.CoverArtService
All Implemented Interfaces:
org.apache.tapestry.engine.IEngineService

public class CoverArtService
extends java.lang.Object
implements org.apache.tapestry.engine.IEngineService


Field Summary
static java.lang.String SERVICE_NAME
           
 
Constructor Summary
CoverArtService()
           
 
Method Summary
 org.apache.tapestry.engine.ILink getLink(boolean post, java.lang.Object parameter)
           
 McService getMcService()
          Getter for the MusiController Service.
 java.lang.String getName()
           
 void service(org.apache.tapestry.IRequestCycle cycle)
           
 void setLinkFactory(org.apache.tapestry.services.LinkFactory linkFactory)
           
 void setMcService(McService service)
          Setter for the MusiController service.
 void setResponse(org.apache.tapestry.web.WebResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static final java.lang.String SERVICE_NAME
See Also:
Constant Field Values
Constructor Detail

CoverArtService

public CoverArtService()
Method Detail

getMcService

public McService getMcService()
Getter for the MusiController Service.

Returns:
The MusicController Service.

setMcService

public void setMcService(McService service)
Setter for the MusiController service.

Parameters:
service - The MusiController service.

getLink

public org.apache.tapestry.engine.ILink getLink(boolean post,
                                                java.lang.Object parameter)
Specified by:
getLink in interface org.apache.tapestry.engine.IEngineService

service

public void service(org.apache.tapestry.IRequestCycle cycle)
             throws java.io.IOException
Specified by:
service in interface org.apache.tapestry.engine.IEngineService
Throws:
java.io.IOException

getName

public java.lang.String getName()
Specified by:
getName in interface org.apache.tapestry.engine.IEngineService

setLinkFactory

public void setLinkFactory(org.apache.tapestry.services.LinkFactory linkFactory)

setResponse

public void setResponse(org.apache.tapestry.web.WebResponse response)


Copyright © 2010 A.J.V.. All Rights Reserved.