org.apache.pluto.core
Class DefaultPortletInfoService
java.lang.Object
org.apache.pluto.core.DefaultPortletInfoService
- All Implemented Interfaces:
- PortletInfoService
public class DefaultPortletInfoService
- extends Object
- implements PortletInfoService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultPortletInfoService
public DefaultPortletInfoService()
getTitle
public 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 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 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.