public class DashboardURLBuilder extends Object
Constructor and Description |
---|
DashboardURLBuilder() |
Modifier and Type | Method and Description |
---|---|
static String |
getDashboardURL(String preffix,
String suffix,
com.google.gwt.i18n.client.LocaleInfo localeInfo)
Returns the url for jBPM dashboard using the current locale.
|
public static String getDashboardURL(String preffix, String suffix, com.google.gwt.i18n.client.LocaleInfo localeInfo)
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 parameterlocaleInfo
- The GWT locale instance for building the URL.Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.