Searched defs:addScheme (Results 1 - 1 of 1) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
H A DTextHtmlFunction.java175 * @param addScheme true if 'http://' should be added to the anchor.
179 private void formatUrl(String in, int start, int end, boolean addScheme, Appendable out) argument
185 if (addScheme) {

Completed in 102 milliseconds