See: Description
Interface | Description |
---|---|
IURLShortener |
Represents an URL shortener.
|
IURLShortenerManager |
Provides URL shortening operations.
All the operations here defined require some authenticated user, so that SessionConfig.getCurrentSessionConfig() do not return null. |
Class | Description |
---|---|
CustomURLShortener |
Custom URL shortener.
|
DummyURLShortener |
Dummy implementation that returns the same URL.
|
GoogleURLShortener |
IURLShortener that uses Google URL shortening service (Goo.gl). |
MigreMeURLShortener |
IURLShortener that uses the Migre.me
URL shortening service. |
TinyURLShortener |
IURLShortener that uses the TinyURL
URL shortening service. |
URLShortenerManager |
IURLManager implementation. |
Although the main purpose is to shorten URLs, some artifacts also provides
means of extending previously shortened URLs. More specifically, AbstractURLShortener
provides this functionality.
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.