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

Method Summary
 PortletInfo createPortletInfo(PortletApplicationContext portletApplicationContext, PortletMetaData portletMD, JBossPortletMetaData jbossPortletMD, ResourceBundleManager resourceBundleManager)
          Create a new portlet info from the provided meta data.
 

Method Detail

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 data
jbossPortletMD -
resourceBundleManager - the resource bundle manager
Returns:
the runtime portlet meta data