Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.lar.PortletDataContextFactory

Packages that use PortletDataContextFactory
com.liferay.portal.kernel.lar   
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
 

Uses of PortletDataContextFactory in com.liferay.portal.kernel.lar
 

Methods in com.liferay.portal.kernel.lar that return PortletDataContextFactory
static PortletDataContextFactory PortletDataContextFactoryUtil.getPortletDataContextFactory()
           
 

Methods in com.liferay.portal.kernel.lar with parameters of type PortletDataContextFactory
 void PortletDataContextFactoryUtil.setPortletDataContextFactory(PortletDataContextFactory portletDataContextFactory)
           
 

Uses of PortletDataContextFactory in com.liferay.portal.lar
 

Classes in com.liferay.portal.lar that implement PortletDataContextFactory
 class PortletDataContextFactoryImpl
           
 


Liferay 6.2-ce-ga5