org.jboss.portal.portlet.impl.jsr168
Class PortletInfoFactoryImpl

java.lang.Object
  extended by org.jboss.portal.portlet.impl.jsr168.PortletInfoFactoryImpl
All Implemented Interfaces:
PortletInfoFactory

public class PortletInfoFactoryImpl
extends java.lang.Object
implements PortletInfoFactory

Version:
$Revision: 1.1 $
Author:
Julien Viet

Constructor Summary
PortletInfoFactoryImpl()
           
 
Method Summary
 PortletInfo createPortletInfo(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

PortletInfoFactoryImpl

public PortletInfoFactoryImpl()
Method Detail

createPortletInfo

public PortletInfo createPortletInfo(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
Parameters:
portletMD - the portlet meta data
resourceBundleManager - the resource bundle manager
Returns:
the runtime portlet meta data