Liferay 7.0-ce-b4

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

Packages that use FriendlyURLMapperTracker
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

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

Methods in com.liferay.portal.kernel.portlet that return FriendlyURLMapperTracker
 FriendlyURLMapperTracker PortletBag.getFriendlyURLMapperTracker()
           
 

Uses of FriendlyURLMapperTracker in com.liferay.portlet
 

Classes in com.liferay.portlet that implement FriendlyURLMapperTracker
 class FriendlyURLMapperTrackerImpl
           
 

Methods in com.liferay.portlet that return FriendlyURLMapperTracker
 FriendlyURLMapperTracker PortletBagImpl.getFriendlyURLMapperTracker()
           
protected  FriendlyURLMapperTracker PortletBagFactory.newFriendlyURLMappers(Portlet portlet)
           
 

Constructors in com.liferay.portlet with parameters of type FriendlyURLMapperTracker
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, ResourceBundleTracker resourceBundleTracker, List<ConfigurationAction> configurationActionInstances, List<Indexer<?>> indexerInstances, List<OpenSearch> openSearchInstances, List<SchedulerEventMessageListener> schedulerEventMessageListeners, FriendlyURLMapperTracker friendlyURLMapperTracker, List<URLEncoder> urlEncoderInstances, List<PortletDataHandler> portletDataHandlerInstances, List<StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<TemplateHandler> templateHandlerInstances, List<PortletLayoutListener> portletLayoutListenerInstances, List<PollerProcessor> pollerProcessorInstances, List<MessageListener> popMessageListenerInstances, List<SocialActivityInterpreter> socialActivityInterpreterInstances, List<SocialRequestInterpreter> socialRequestInterpreterInstances, List<UserNotificationDefinition> userNotificationDefinitionInstances, List<UserNotificationHandler> userNotificationHandlerInstances, List<WebDAVStorage> webDAVStorageInstances, List<Method> xmlRpcMethodInstances, List<ControlPanelEntry> controlPanelEntryInstances, List<AssetRendererFactory<?>> assetRendererFactoryInstances, List<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, List<PermissionPropagator> permissionPropagatorInstances, List<TrashHandler> trashHandlerInstances, List<WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 


Liferay 7.0-ce-b4