public class BundleFaviconProvider extends Object implements FaviconProvider
Modifier and Type | Field and Description |
---|---|
static String |
FAVICON_FILE_PATH
relative location to the favicon icon file within the bundle storage
|
Constructor and Description |
---|
BundleFaviconProvider(String bundleSymbolicName,
String versionString) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getOrder() |
String |
getUrl(javax.servlet.http.HttpServletRequest request)
Return the absolute or relative URL to the favicon icon exposed by this provider.
|
int |
hashCode() |
public static final String FAVICON_FILE_PATH
public int getOrder()
public String getUrl(javax.servlet.http.HttpServletRequest request)
FaviconProvider
getUrl
in interface FaviconProvider
request
- the current requestCopyright © 2019 Communote team. All rights reserved.