com.centrasite.control.extpt.junit
Class ServiceNodeDecorator

java.lang.Object
  extended by com.centrasite.control.extpt.junit.ServiceNodeDecorator
All Implemented Interfaces:
NodeDecorator

public class ServiceNodeDecorator
extends java.lang.Object
implements NodeDecorator

sample implementaion of NodeDecorator


Constructor Summary
ServiceNodeDecorator()
           
 
Method Summary
 java.lang.String getImageURL(Item item)
          Get image URL contributed for given item
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceNodeDecorator

public ServiceNodeDecorator()
Method Detail

getImageURL

public java.lang.String getImageURL(Item item)
Description copied from interface: NodeDecorator
Get image URL contributed for given item

Specified by:
getImageURL in interface NodeDecorator
Parameters:
item - the item for which additional image may be contributed
Returns:
the image URL or null if no icon to be contributed