public class UrlUtil extends Object
For internal use only. May be renamed or removed in a future release.
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isExternal(String url)
checks if the given url is an external URL (e.g.
|
public static boolean isExternal(String url)
url - is the url to be checked.Copyright © 2000–2021 Vaadin Ltd. All rights reserved.