Liferay 6.0.5

com.liferay.portlet
Class PortletConfigFactoryImpl

java.lang.Object
  extended by com.liferay.portlet.PortletConfigFactoryImpl
All Implemented Interfaces:
PortletConfigFactory

public class PortletConfigFactoryImpl
extends Object
implements PortletConfigFactory


Constructor Summary
PortletConfigFactoryImpl()
           
 
Method Summary
 PortletConfig create(Portlet portlet, javax.servlet.ServletContext servletContext)
           
 void destroy(Portlet portlet)
           
 PortletConfig update(Portlet portlet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletConfigFactoryImpl

public PortletConfigFactoryImpl()
Method Detail

create

public PortletConfig create(Portlet portlet,
                            javax.servlet.ServletContext servletContext)
Specified by:
create in interface PortletConfigFactory

destroy

public void destroy(Portlet portlet)
Specified by:
destroy in interface PortletConfigFactory

update

public PortletConfig update(Portlet portlet)
Specified by:
update in interface PortletConfigFactory

Liferay 6.0.5