Uses of Package
lumis.portal.urlshortener
-
Packages that use lumis.portal.urlshortener Package Description lumis.portal.manager lumis.portal.urlshortener This package provides means of working with shortened URLs. -
Classes in lumis.portal.urlshortener used by lumis.portal.manager Class Description IURLShortenerManager Provides URL shortening operations.
All the operations here defined require some authenticated user, so thatSessionConfig.getCurrentSessionConfig()
do not return null. -
Classes in lumis.portal.urlshortener used by lumis.portal.urlshortener Class 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.