|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IURLShortener
Represents an URL shortener. Implementations are responsible for shortening a given URL.
Method Summary | |
---|---|
String |
shorten(String url)
Shortens a given URL. |
Method Detail |
---|
String shorten(String url) throws PortalException
url
- the URL to be shortened.
PortalException
- if some error occur in shortening process.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |