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
 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.
 

Method Detail

getTitle

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

Parameters:
window -
Returns:

getShortTitle

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

Parameters:
window -
Returns:

getKeywords

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

Parameters:
window -
Returns:


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