Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.model.PortletApp

Packages that use PortletApp
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
 

Uses of PortletApp in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return PortletApp
 PortletApp PortletWrapper.getPortletApp()
          Returns this portlet's application.
 PortletApp Portlet.getPortletApp()
          Returns this portlet's application.
 PortletApp PortletURLListener.getPortletApp()
           
 PortletApp PortletFilter.getPortletApp()
           
 PortletApp EventDefinition.getPortletApp()
           
 PortletApp PublicRenderParameter.getPortletApp()
           
 

Methods in com.liferay.portal.model with parameters of type PortletApp
 void PortletWrapper.setPortletApp(PortletApp portletApp)
          Sets this portlet's application.
 void Portlet.setPortletApp(PortletApp portletApp)
          Sets this portlet's application.
 void PortletURLListener.setPortletApp(PortletApp portletApp)
           
 void PortletFilter.setPortletApp(PortletApp portletApp)
           
 void EventDefinition.setPortletApp(PortletApp portletApp)
           
 void PublicRenderParameter.setPortletApp(PortletApp portletApp)
           
 

Uses of PortletApp in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return PortletApp
 PortletApp PortletLocalService.getPortletApp(String servletContextName)
           
 PortletApp PortletLocalServiceWrapper.getPortletApp(String servletContextName)
           
static PortletApp PortletLocalServiceUtil.getPortletApp(String servletContextName)
           
 


Liferay 6.2-ce-ga5