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.
|
TinyURLShortener |
IURLShortener that uses the TinyURL
URL shortening service. |
URLShortenerManager |
IURLManager implementation. |
Exception | Description |
---|---|
IllegalClassURLShortenerException |
Although the main purpose is to shorten URLs, some artifacts also provides
means of extending previously shortened URLs. More specifically, AbstractURLShortener
provides this functionality.
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.