org.apache.taglibs.standard.util
Class UrlUtil
java.lang.Object
org.apache.taglibs.standard.util.UrlUtil
public class UrlUtil
- extends Object
Utilities for working with URLs.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UrlUtil
public UrlUtil()
isAbsoluteUrl
public static boolean isAbsoluteUrl(String url)
- Determine if a URL is absolute by JSTL's definition.
getScheme
public static String getScheme(CharSequence url)
Copyright © 2001-2015 The Apache Software Foundation. All Rights Reserved.