public class LookAndFeelUrlAutocomplete extends Object implements UrlAutocomplete
| Constructor and Description |
|---|
LookAndFeelUrlAutocomplete(I18nHelper i18nHelper) |
| Modifier and Type | Method and Description |
|---|---|
String |
completeUrl(String url)
Completes URL that starts with "/" to contain full server address as a prefix
|
String |
completionTip(String url)
Used to give tips about provided by user url.
|
public LookAndFeelUrlAutocomplete(I18nHelper i18nHelper)
public String completeUrl(String url)
completeUrl in interface UrlAutocompleteurl - - url to be completedpublic String completionTip(String url)
completionTip in interface UrlAutocompleteurl - - url to be analysed for any tipCopyright © 2002-2023 Atlassian. All Rights Reserved.