- Add the Codota plugin to your IDE and get smart completions
private void myMethod () {}
/** * Returns the url to access the data binding search * * @param component * * @return */ public static String getDataBindUrl(ComponentBase component) { return JWebMPSiteBinder.getDataLocation() .replace(StaticStrings.STRING_FORWARD_SLASH, StaticStrings.STRING_EMPTY) + "?component=" + component.getID(); }
/** * Returns the url to access the data binding search * * @param component * * @return */ public static String getDataBindUrl(ComponentBase component) { return JWebMPSiteBinder.getDataLocation() .replace(StaticStrings.STRING_FORWARD_SLASH, StaticStrings.STRING_EMPTY) + "?component=" + component.getID(); }
/** * Returns the url to access the data binding search * * @param component * * @return */ public static String getDataBindUrl(ComponentBase component) { return JWebMPSiteBinder.getDataLocation() .replace(StaticStrings.STRING_FORWARD_SLASH, StaticStrings.STRING_EMPTY) + "?component=" + component.getID(); }