Liferay 6.2-ce-ga5

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

Packages that use PortletDataHandler
com.liferay.portal.kernel.lar   
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portal.lar This package defines the portal archiving interfaces, classes, and exceptions. 
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
 

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

Classes in com.liferay.portal.kernel.lar that implement PortletDataHandler
 class BasePortletDataHandler
           
 class DefaultConfigurationPortletDataHandler
           
 

Uses of PortletDataHandler in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return PortletDataHandler
 PortletDataHandler PortletBag.getPortletDataHandlerInstance()
           
 

Uses of PortletDataHandler in com.liferay.portal.lar
 

Subinterfaces of PortletDataHandler in com.liferay.portal.lar
 interface PortletDataHandler
          Deprecated. As of 6.2.0, moved to PortletDataHandler
 

Uses of PortletDataHandler in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletDataHandler
 PortletDataHandler PortletWrapper.getPortletDataHandlerInstance()
          Returns the portlet data handler instance of the portlet.
 PortletDataHandler Portlet.getPortletDataHandlerInstance()
          Returns the portlet data handler instance of the portlet.
 


Liferay 6.2-ce-ga5