Package lumis.portal.urlshortener
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.
- Since:
- 6.1.0
- Version:
- $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
-
Interface Summary Interface Description IURLShortener Represents an URL shortener.IURLShortenerManager Provides URL shortening operations.
All the operations here defined require some authenticated user, so thatSessionConfig.getCurrentSessionConfig()
do not return null. -
Class Summary 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 Summary Exception Description IllegalClassURLShortenerException