Uses of Interface
lumis.portal.urlshortener.IURLShortener
-
Packages that use IURLShortener Package Description lumis.portal.urlshortener This package provides means of working with shortened URLs. -
-
Uses of IURLShortener in lumis.portal.urlshortener
Classes in lumis.portal.urlshortener that implement IURLShortener Modifier and Type Class Description class
CustomURLShortener
Custom URL shortener.class
DummyURLShortener
Dummy implementation that returns the same URL.class
TinyURLShortener
IURLShortener
that uses the TinyURL URL shortening service.Methods in lumis.portal.urlshortener that return IURLShortener Modifier and Type Method Description IURLShortener
IURLShortenerManager. get(ChannelConfig channel)
Returns theURL shortener
for the givenchannel
.IURLShortener
IURLShortenerManager. get(ServiceInstanceConfig serviceInstance)
Returns theURL shortener
for the given service instance.IURLShortener
URLShortenerManager. get(ChannelConfig channel)
IURLShortener
URLShortenerManager. get(ServiceInstanceConfig serviceInstance)
-