com.jalios.jcms
Class FaviconManager

java.lang.Object
  extended by com.jalios.jcms.FaviconManager

public class FaviconManager
extends Object


Field Summary
static String REVISION
           
 
Method Summary
protected  String extractFavIcon(String url)
           
protected  String extractFavIconFromContent(String content, String url)
           
 String getIcon(String url)
          Returns the bookmark icon (ie the favicon) of the given URL.
static FaviconManager getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values
Method Detail

getInstance

public static FaviconManager getInstance()

getIcon

public String getIcon(String url)
Returns the bookmark icon (ie the favicon) of the given URL.

Parameters:
url - the URL to get the icon
Returns:
the bookmark icon (ie the favicon) of the given URL.
Since:
jcms-6.0.0

extractFavIcon

protected String extractFavIcon(String url)

extractFavIconFromContent

protected String extractFavIconFromContent(String content,
                                           String url)


Copyright © 2001-2010 Jalios SA. All Rights Reserved.