|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.portal.urlshortener.CustomURLShortener
public class CustomURLShortener
Custom URL shortener. This shortener uses a parameter map
to
create the API URL to be used by the AbstractURLShortener
.
Field Summary | |
---|---|
static String |
PARAMETER_URL
This is the URL parameter to be used in API URLs. |
static String |
PARAMETER_URL_PROPERTY_KEY
|
Constructor Summary | |
---|---|
CustomURLShortener()
|
Method Summary | |
---|---|
String |
expand(String url)
Expands the given URL. |
protected String |
getApiURL()
Returns the URL shortener API URL to be used. |
String |
getCustomUrl()
Returns the custom URL set on this shortener. |
Map<String,String> |
getParameters()
Returns the parameter map associated with this shortener. |
String |
shorten(String url)
Shortens a given URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PARAMETER_URL_PROPERTY_KEY
public static final String PARAMETER_URL
Constructor Detail |
---|
public CustomURLShortener()
Method Detail |
---|
public Map<String,String> getParameters()
protected String getApiURL() throws PortalException
PortalException
public String getCustomUrl() throws PortalException
PortalException
public String expand(String url) throws PortalException
url
- the URL to be expanded.
PortalException
public String shorten(String url) throws PortalException
IURLShortener
shorten
in interface IURLShortener
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 |