com.liferay.portlet
Class PortletConfigFactoryImpl

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

public class PortletConfigFactoryImpl
extends java.lang.Object
implements com.liferay.portlet.PortletConfigFactory

Author:
Brian Wing Shun Chan

Constructor Summary
PortletConfigFactoryImpl()
           
 
Method Summary
 javax.portlet.PortletConfig create(com.liferay.portal.model.Portlet portlet, javax.servlet.ServletContext servletContext)
           
 void destroy(com.liferay.portal.model.Portlet portlet)
           
 javax.portlet.PortletConfig update(com.liferay.portal.model.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 javax.portlet.PortletConfig create(com.liferay.portal.model.Portlet portlet,
                                          javax.servlet.ServletContext servletContext)
Specified by:
create in interface com.liferay.portlet.PortletConfigFactory

destroy

public void destroy(com.liferay.portal.model.Portlet portlet)
Specified by:
destroy in interface com.liferay.portlet.PortletConfigFactory

update

public javax.portlet.PortletConfig update(com.liferay.portal.model.Portlet portlet)
Specified by:
update in interface com.liferay.portlet.PortletConfigFactory