org.exoplatform.social.plugin.link
Class UILinkUtil

java.lang.Object
  extended by 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)

Constructor Summary
UILinkUtil()
           
 
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
 

Constructor Detail

UILinkUtil

public UILinkUtil()
Method Detail

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 © 2003-2013 eXo Platform SAS. All Rights Reserved.