public class UrlUtil extends Object
Constructor and Description |
---|
UrlUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getScheme(CharSequence url) |
static boolean |
isAbsoluteUrl(String url)
Determine if a URL is absolute by JSTL's definition.
|
public static boolean isAbsoluteUrl(String url)
public static String getScheme(CharSequence url)
Copyright © 2017 JBoss by Red Hat. All rights reserved.