org.seasar.framework.util
クラス URLUtil
java.lang.Object
org.seasar.framework.util.URLUtil
- public class URLUtil
- extends Object
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CANONICAL_PROTOCOLS
protected static final Map CANONICAL_PROTOCOLS
openStream
public static InputStream openStream(URL url)
openConnection
public static URLConnection openConnection(URL url)
create
public static URL create(String spec)
encode
public static String encode(String s,
String enc)
decode
public static String decode(String s,
String enc)
toCanonicalProtocol
public static String toCanonicalProtocol(String protocol)
toFile
public static File toFile(URL fileUrl)
disableURLCaches
public static void disableURLCaches()
- 以下のバグに対する対応です。
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4167874
Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.