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

PortletInfoFactoryImpl

public PortletInfoFactoryImpl()
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