Uses of Interface
lumis.portal.urlshortener.IURLShortenerManager
-
Packages that use IURLShortenerManager Package Description lumis.portal.manager lumis.portal.urlshortener This package provides means of working with shortened URLs. -
-
Uses of IURLShortenerManager in lumis.portal.manager
Methods in lumis.portal.manager that return IURLShortenerManager Modifier and Type Method Description static IURLShortenerManager
ManagerFactoryInternal. getURLShortenerManager()
Returns themanager for URL shortening operations
. -
Uses of IURLShortenerManager in lumis.portal.urlshortener
Classes in lumis.portal.urlshortener that implement IURLShortenerManager Modifier and Type Class Description class
URLShortenerManager
IURLManager
implementation.
-