Liferay 7.0-ce-b4

com.liferay.portlet
Class FriendlyURLMapperTrackerImpl

java.lang.Object
  extended by com.liferay.portlet.FriendlyURLMapperTrackerImpl
All Implemented Interfaces:
FriendlyURLMapperTracker, Closeable, AutoCloseable

public class FriendlyURLMapperTrackerImpl
extends Object
implements FriendlyURLMapperTracker


Constructor Summary
FriendlyURLMapperTrackerImpl(Portlet portlet)
           
 
Method Summary
 void close()
           
 FriendlyURLMapper getFriendlyURLMapper()
           
 void register(FriendlyURLMapper friendlyURLMapper)
           
 void unregister(FriendlyURLMapper friendlyURLMapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FriendlyURLMapperTrackerImpl

public FriendlyURLMapperTrackerImpl(Portlet portlet)
Method Detail

close

public void close()
Specified by:
close in interface FriendlyURLMapperTracker
Specified by:
close in interface Closeable
Specified by:
close in interface AutoCloseable

getFriendlyURLMapper

public FriendlyURLMapper getFriendlyURLMapper()
Specified by:
getFriendlyURLMapper in interface FriendlyURLMapperTracker

register

public void register(FriendlyURLMapper friendlyURLMapper)
Specified by:
register in interface FriendlyURLMapperTracker

unregister

public void unregister(FriendlyURLMapper friendlyURLMapper)
Specified by:
unregister in interface FriendlyURLMapperTracker

Liferay 7.0-ce-b4