com.liferay.portlet
Class PortletConfigFactoryImpl
java.lang.Object
com.liferay.portlet.PortletConfigFactoryImpl
- All Implemented Interfaces:
- PortletConfigFactory
public class PortletConfigFactoryImpl
- extends Object
- implements PortletConfigFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletConfigFactoryImpl
public PortletConfigFactoryImpl()
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