public class DashboardURLBuilder extends Object
| Constructor and Description |
|---|
DashboardURLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getDashboardURL(String preffix,
String suffix,
String localeName)
Returns the url for jBPM dashboard using the current locale.
|
public static String getDashboardURL(String preffix, String suffix, String localeName)
Returns the url for jBPM dashboard using the current locale.
As GWT does not emulate JRE String#format (https://code.google.com/p/google-web-toolkit/issues/detail?id=3945), the URL is splitted in:a preffix and a suffix.
preffix - The URL value before the language parametersuffix - The URL value after the language parameterlocaleName - The GWT locale name.Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.