org.jboss.portal.widget.google
Class GGWidget

java.lang.Object
  extended by org.jboss.portal.widget.google.GGWidget
All Implemented Interfaces:
Widget

public class GGWidget
extends java.lang.Object
implements Widget

A Google Gadget widget. For more details please see the API Developer Guide.

Version:
$Revision: 8953 $
Author:
Julien Viet

Constructor Summary
GGWidget(java.net.URL url, GGWidgetInfo info)
           
 
Method Summary
 LocalizedString getDescription()
           
 LocalizedString getDirectoryTitle()
           
 java.lang.String getId()
           
 GGWidgetInfo getInfo()
           
 LocalizedString getTitle()
           
 java.lang.String render(java.util.Map parameters)
           
 java.lang.String render(java.util.Map parameters, java.util.Locale locale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GGWidget

public GGWidget(java.net.URL url,
                GGWidgetInfo info)
Method Detail

getId

public java.lang.String getId()
Specified by:
getId in interface Widget

getInfo

public GGWidgetInfo getInfo()

getTitle

public LocalizedString getTitle()
Specified by:
getTitle in interface Widget

getDirectoryTitle

public LocalizedString getDirectoryTitle()

getDescription

public LocalizedString getDescription()
Specified by:
getDescription in interface Widget

render

public java.lang.String render(java.util.Map parameters)
Specified by:
render in interface Widget

render

public java.lang.String render(java.util.Map parameters,
                               java.util.Locale locale)
Specified by:
render in interface Widget