|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
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 Summary | |
---|---|
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. |
This package provides means of working with shortened URLs.
Although the main purpose is to shorten URLs, some artifacts also provides
means of extending previously shortened URLs. More specifically, AbstractURLShortener
provides this functionality.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |