Uses of Interface
com.liferay.portal.kernel.model.PortletApp
Packages that use PortletApp
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the portal service interfaces and classes.
-
Uses of PortletApp in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return PortletAppModifier and TypeMethodDescriptionEventDefinition.getPortletApp()
Portlet.getPortletApp()
Returns this portlet's application.PortletFilter.getPortletApp()
PortletURLListener.getPortletApp()
PortletWrapper.getPortletApp()
Returns this portlet's application.PublicRenderParameter.getPortletApp()
Methods in com.liferay.portal.kernel.model with parameters of type PortletAppModifier and TypeMethodDescriptionvoid
EventDefinition.setPortletApp
(PortletApp portletApp) void
Portlet.setPortletApp
(PortletApp portletApp) Sets this portlet's application.void
PortletFilter.setPortletApp
(PortletApp portletApp) void
PortletURLListener.setPortletApp
(PortletApp portletApp) void
PortletWrapper.setPortletApp
(PortletApp portletApp) Sets this portlet's application.void
PublicRenderParameter.setPortletApp
(PortletApp portletApp) -
Uses of PortletApp in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return PortletAppModifier and TypeMethodDescriptionPortletLocalService.getPortletApp
(String servletContextName) static PortletApp
PortletLocalServiceUtil.getPortletApp
(String servletContextName) PortletLocalServiceWrapper.getPortletApp
(String servletContextName)