com.liferay.portlet
Class PortletContextFactoryImpl
java.lang.Object
com.liferay.portlet.PortletContextFactoryImpl
- All Implemented Interfaces:
- PortletContextFactory
public class PortletContextFactoryImpl
- extends Object
- implements PortletContextFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletContextFactoryImpl
public PortletContextFactoryImpl()
create
public PortletContext create(Portlet portlet,
javax.servlet.ServletContext servletContext)
- Specified by:
create in interface PortletContextFactory
createUntrackedInstance
public PortletContext createUntrackedInstance(Portlet portlet,
javax.servlet.ServletContext servletContext)
- Specified by:
createUntrackedInstance in interface PortletContextFactory
destroy
public void destroy(Portlet portlet)
- Specified by:
destroy in interface PortletContextFactory