org.jboss.portal.widget.netvibes.provider
Class NetvibesWidgetMapEntry

java.lang.Object
  extended by org.jboss.portal.widget.netvibes.provider.NetvibesWidgetMapEntry
All Implemented Interfaces:
java.util.concurrent.Callable<Widget>

public class NetvibesWidgetMapEntry
extends java.lang.Object
implements java.util.concurrent.Callable<Widget>

Version:
$Revision$
Author:
Emanuel Muckenhuber

Field Summary
 java.net.URL url
          The widget URL
 
Constructor Summary
NetvibesWidgetMapEntry(java.net.URL url)
           
 
Method Summary
 Widget call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

url

public final java.net.URL url
The widget URL

Constructor Detail

NetvibesWidgetMapEntry

public NetvibesWidgetMapEntry(java.net.URL url)
Method Detail

call

public Widget call()
            throws java.lang.Exception
Specified by:
call in interface java.util.concurrent.Callable<Widget>
Throws:
java.lang.Exception