Uses of Interface
com.liferay.portal.kernel.portlet.FriendlyURLMapper
Packages that use FriendlyURLMapper
Package
Description
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
This package defines the kernel portlet interfaces and classes.
This package defines the portal service interfaces and classes.
-
Uses of FriendlyURLMapper in com.liferay.portal.kernel.model
Methods in com.liferay.portal.kernel.model that return FriendlyURLMapperModifier and TypeMethodDescriptionPortlet.getFriendlyURLMapperInstance()
Returns the friendly URL mapper instance of the portlet.PortletWrapper.getFriendlyURLMapperInstance()
Returns the friendly URL mapper instance of the portlet. -
Uses of FriendlyURLMapper in com.liferay.portal.kernel.portlet
Classes in com.liferay.portal.kernel.portlet that implement FriendlyURLMapperModifier and TypeClassDescriptionclass
The base implementation ofFriendlyURLMapper
.class
The default friendly URL mapper to use with friendly URL routes.Methods in com.liferay.portal.kernel.portlet that return FriendlyURLMapperModifier and TypeMethodDescriptionFriendlyURLMapperTracker.getFriendlyURLMapper()
PortletFriendlyURLMapperMatch.getFriendlyURLMapper()
Methods in com.liferay.portal.kernel.portlet with parameters of type FriendlyURLMapperModifier and TypeMethodDescriptionvoid
FriendlyURLMapperTracker.register
(FriendlyURLMapper friendlyURLMapper) void
FriendlyURLMapperTracker.unregister
(FriendlyURLMapper friendlyURLMapper) Constructors in com.liferay.portal.kernel.portlet with parameters of type FriendlyURLMapperModifierConstructorDescriptionPortletFriendlyURLMapperMatch
(Portlet portlet, FriendlyURLMapper friendlyURLMapper, int position) -
Uses of FriendlyURLMapper in com.liferay.portal.kernel.service
Methods in com.liferay.portal.kernel.service that return types with arguments of type FriendlyURLMapperModifier and TypeMethodDescriptionPortletLocalService.getFriendlyURLMappers()
static List<FriendlyURLMapper>
PortletLocalServiceUtil.getFriendlyURLMappers()
PortletLocalServiceWrapper.getFriendlyURLMappers()