org.apache.pluto.spi.optional
Interface PortletInfoService

All Known Implementing Classes:
DefaultPortletInfoService

public interface PortletInfoService

Callback service which makes it possible to customize portlet info. This is specifically useful when a portlet administration tool enables customization during deployment.

Since:
1.1.0

Method Summary
 String getKeywords(PortletWindow window)
          Retrieve the keywords for the specified portlet window.
 String getShortTitle(PortletWindow window)
          Retrieve the shorttitle for the specified portlet window.
 String getTitle(PortletWindow window)
          Retrieve the title for the specificed portlet window.
 

Method Detail

getTitle

String getTitle(PortletWindow window)
Retrieve the title for the specificed portlet window.

Parameters:
window -
Returns:

getShortTitle

String getShortTitle(PortletWindow window)
Retrieve the shorttitle for the specified portlet window.

Parameters:
window -
Returns:

getKeywords

String getKeywords(PortletWindow window)
Retrieve the keywords for the specified portlet window.

Parameters:
window -
Returns:


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