org.jboss.portal.core.impl.portlet.info
Class CorePortletInfoFactory

java.lang.Object
  extended by org.jboss.portal.core.impl.portlet.info.CorePortletInfoFactory
All Implemented Interfaces:
PortletInfoFactory

public class CorePortletInfoFactory
extends java.lang.Object
implements PortletInfoFactory

Version:
$Revision: 8786 $
Author:
Julien Viet

Constructor Summary
CorePortletInfoFactory()
           
 
Method Summary
 PortletInfo createPortletInfo(PortletApplicationContext portletApplicationContext, PortletMetaData portletMD, JBossPortletMetaData jbossPortletMD, ResourceBundleManager resourceBundleManager)
          Create a new portlet info from the provided meta data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorePortletInfoFactory

public CorePortletInfoFactory()
Method Detail

createPortletInfo

public PortletInfo createPortletInfo(PortletApplicationContext portletApplicationContext,
                                     PortletMetaData portletMD,
                                     JBossPortletMetaData jbossPortletMD,
                                     ResourceBundleManager resourceBundleManager)
Description copied from interface: PortletInfoFactory
Create a new portlet info from the provided meta data.

Specified by:
createPortletInfo in interface PortletInfoFactory
portletMD - the portlet meta data
resourceBundleManager - the resource bundle manager
Returns:
the runtime portlet meta data