public final class BrowserSupport extends Object
| Constructor and Description |
|---|
BrowserSupport() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addBrowserMatch(String uaString,
String templateDir)
add a browser match pattern to use when trying to match a user-agent if the exact user agent string is specified.
|
static String |
getBrowserTemplateDirectory(String userAgent)
for a given user agent, return a vxml browser template directory
|
static String |
getTemplateDirectoryFromMatch(String userAgent)
for a given user agent, return a near match if any
|
static void |
loadBrowserInfo(Properties p)
load browser settings from properties file
|
public static void addBrowserMatch(String uaString, String templateDir)
public static void loadBrowserInfo(Properties p)
public static String getTemplateDirectoryFromMatch(String userAgent)
Copyright © 2013 Atlassian. All Rights Reserved.