org.jboss.portal.widget.google.provider
Class GGWidgetMapEntry

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

public class GGWidgetMapEntry
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
GGWidgetMapEntry(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

GGWidgetMapEntry

public GGWidgetMapEntry(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