Liferay 6.1.2-ce-ga3

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.model.impl This package defines the portal model implementation base classes. 
com.liferay.portal.service This package defines the portal service interfaces and classes. 
com.liferay.portal.service.impl This package defines the portal service local and remote implementations. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
com.liferay.portlet.tagscompiler   
com.liferay.portlet.wiki   
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 Portlet.getFriendlyURLMapperInstance()
          Returns the friendly URL mapper instance of the portlet.
 FriendlyURLMapper PortletWrapper.getFriendlyURLMapperInstance()
          Returns the friendly URL mapper instance of the portlet.
 

Uses of FriendlyURLMapper in com.liferay.portal.model.impl
 

Methods in com.liferay.portal.model.impl that return FriendlyURLMapper
 FriendlyURLMapper PortletImpl.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> PortletLocalServiceWrapper.getFriendlyURLMappers()
           
 List<FriendlyURLMapper> PortletLocalService.getFriendlyURLMappers()
           
static List<FriendlyURLMapper> PortletLocalServiceUtil.getFriendlyURLMappers()
           
 

Uses of FriendlyURLMapper in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return types with arguments of type FriendlyURLMapper
 List<FriendlyURLMapper> PortletLocalServiceImpl.getFriendlyURLMappers()
           
 

Uses of FriendlyURLMapper in com.liferay.portlet
 

Methods in com.liferay.portlet that return FriendlyURLMapper
 FriendlyURLMapper PortletBagImpl.getFriendlyURLMapperInstance()
           
protected  FriendlyURLMapper PortletBagFactory.newFriendlyURLMapper(Portlet portlet)
           
 

Constructors in com.liferay.portlet with parameters of type FriendlyURLMapper
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, List<Indexer> indexerInstances, OpenSearch openSearchInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, PollerProcessor pollerProcessorInstance, MessageListener popMessageListenerInstance, SocialActivityInterpreter socialActivityInterpreterInstance, SocialRequestInterpreter socialRequestInterpreterInstance, WebDAVStorage webDAVStorageInstance, Method xmlRpcMethodInstance, ControlPanelEntry controlPanelEntryInstance, List<AssetRendererFactory> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 

Uses of FriendlyURLMapper in com.liferay.portlet.tagscompiler
 

Classes in com.liferay.portlet.tagscompiler that implement FriendlyURLMapper
 class TagsCompilerFriendlyURLMapper
           
 

Uses of FriendlyURLMapper in com.liferay.portlet.wiki
 

Classes in com.liferay.portlet.wiki that implement FriendlyURLMapper
 class WikiFriendlyURLMapper
           
 

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.1.2-ce-ga3