Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.portlet.FriendlyURLMapper

Packages that use FriendlyURLMapper
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
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. 
com.liferay.util.bridges.alloy   
com.liferay.util.bridges.wai   
 

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

Classes in com.liferay.portal.kernel.portlet that implement FriendlyURLMapper
 class BaseFriendlyURLMapper
          The base implementation of FriendlyURLMapper.
 class DefaultFriendlyURLMapper
          The default friendly URL mapper to use with friendly URL routes.
 

Methods in com.liferay.portal.kernel.portlet that return FriendlyURLMapper
 FriendlyURLMapper PortletBag.getFriendlyURLMapperInstance()
           
 

Uses of FriendlyURLMapper in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return FriendlyURLMapper
 FriendlyURLMapper PortletWrapper.getFriendlyURLMapperInstance()
          Returns the friendly URL mapper instance of the portlet.
 FriendlyURLMapper Portlet.getFriendlyURLMapperInstance()
          Returns the friendly URL mapper instance of the portlet.
 

Uses of FriendlyURLMapper in com.liferay.portal.service
 

Methods in com.liferay.portal.service that return types with arguments of type FriendlyURLMapper
 List<FriendlyURLMapper> PortletLocalService.getFriendlyURLMappers()
           
 List<FriendlyURLMapper> PortletLocalServiceWrapper.getFriendlyURLMappers()
           
static List<FriendlyURLMapper> PortletLocalServiceUtil.getFriendlyURLMappers()
           
 

Uses of FriendlyURLMapper in com.liferay.util.bridges.alloy
 

Classes in com.liferay.util.bridges.alloy that implement FriendlyURLMapper
 class AlloyFriendlyURLMapper
           
 

Uses of FriendlyURLMapper in com.liferay.util.bridges.wai
 

Classes in com.liferay.util.bridges.wai that implement FriendlyURLMapper
 class WAIFriendlyURLMapper
           
 


Liferay 6.2-ce-ga5