org.jboss.portal.portlet.impl.jsr168.spi
Interface PortletInfoFactory
- All Known Implementing Classes:
- CorePortletInfoFactory, PortletInfoFactoryImpl
public interface PortletInfoFactory
Enables the creation of custom portlet info implementations.
- Version:
- $Revision: 1.1 $
- Author:
- Julien Viet
createPortletInfo
PortletInfo createPortletInfo(PortletApplicationContext portletApplicationContext,
PortletMetaData portletMD,
JBossPortletMetaData jbossPortletMD,
ResourceBundleManager resourceBundleManager)
- Create a new portlet info from the provided meta data.
- Parameters:
portletMD
- the portlet meta datajbossPortletMD
- resourceBundleManager
- the resource bundle manager
- Returns:
- the runtime portlet meta data