Uses of Interface
com.liferay.portal.kernel.model.portlet.PortletDependency
Packages that use PortletDependency
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
-
Uses of PortletDependency in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return types with arguments of type PortletDependencyModifier and TypeMethodDescriptionPortlet.getPortletDependencies()
Returns the portlet's CSS/JavaScript resource dependencies.PortletWrapper.getPortletDependencies()
Returns the portlet's CSS/JavaScript resource dependencies.Methods in com.liferay.portal.kernel.model with parameters of type PortletDependencyModifier and TypeMethodDescriptionvoid
Portlet.addPortletDependency
(PortletDependency portletDependency) Adds a portlet CSS/JavaScript resource dependency.void
PortletWrapper.addPortletDependency
(PortletDependency portletDependency) Adds a portlet CSS/JavaScript resource dependency. -
Uses of PortletDependency in com.liferay.portal.kernel.model.portlet
Methods in com.liferay.portal.kernel.model.portlet that return PortletDependencyModifier and TypeMethodDescriptionPortletDependencyFactory.createPortletDependency
(String name, String scope, String version) PortletDependencyFactory.createPortletDependency
(String name, String scope, String version, String markup, PortletRequest portletRequest) static PortletDependency
PortletDependencyFactoryUtil.createPortletDependency
(String name, String scope, String version) static PortletDependency
PortletDependencyFactoryUtil.createPortletDependency
(String name, String scope, String version, String markup, PortletRequest portletRequest)