|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openprivacy.reptile.extensions.Favicon
Builds a favorite icon URL for a given site. The only major thing this class does is make sure we build a correct URL even if the site information is incorrect.
Field Summary | |
static java.lang.String |
FAVICON
|
static java.lang.String |
LOCAL_FAVICON
|
Constructor Summary | |
Favicon()
|
Method Summary | |
java.lang.String |
get(java.lang.String siteLocation)
Tries to figure out what is the best favicon to use. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String FAVICON
public static final java.lang.String LOCAL_FAVICON
Constructor Detail |
public Favicon()
Method Detail |
public java.lang.String get(java.lang.String siteLocation)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |