org.exoplatform.social.plugin.link
Class UILinkUtil
java.lang.Object
org.exoplatform.social.plugin.link.UILinkUtil
public final class UILinkUtil
- extends Object
Utility class for link composer plugin.
- Since:
- Apr 13, 2011
- Author:
- hoatle (hoatlevan at gmail dot com)
|
Method Summary |
static boolean |
isImageLink(String link)
Checks if a provided link is am image link. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UILinkUtil
public UILinkUtil()
isImageLink
public static boolean isImageLink(String link)
- Checks if a provided link is am image link.
- Parameters:
link - the provided link
- Returns:
- true if the provided link is an image link, otherwise, false.
Copyright © 2013 eXo Platform SAS. All Rights Reserved.