org.apache.pluto.core
Class DefaultPortletInfoService

java.lang.Object
  extended by org.apache.pluto.core.DefaultPortletInfoService
All Implemented Interfaces:
PortletInfoService

public class DefaultPortletInfoService
extends java.lang.Object
implements PortletInfoService


Constructor Summary
DefaultPortletInfoService()
           
 
Method Summary
 java.lang.String getKeywords(PortletWindow window)
          Retrieve the keywords for the specified portlet window.
 java.lang.String getShortTitle(PortletWindow window)
          Retrieve the shorttitle for the specified portlet window.
 java.lang.String getTitle(PortletWindow window)
          Retrieve the title for the specificed portlet window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultPortletInfoService

public DefaultPortletInfoService()
Method Detail

getTitle

public java.lang.String getTitle(PortletWindow window)
Description copied from interface: PortletInfoService
Retrieve the title for the specificed portlet window.

Specified by:
getTitle in interface PortletInfoService
Returns:

getShortTitle

public java.lang.String getShortTitle(PortletWindow window)
Description copied from interface: PortletInfoService
Retrieve the shorttitle for the specified portlet window.

Specified by:
getShortTitle in interface PortletInfoService
Returns:

getKeywords

public java.lang.String getKeywords(PortletWindow window)
Description copied from interface: PortletInfoService
Retrieve the keywords for the specified portlet window.

Specified by:
getKeywords in interface PortletInfoService
Returns:


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.