org.seasar.framework.util
クラス URLUtil

java.lang.Object
  拡張org.seasar.framework.util.URLUtil

public class URLUtil
extends Object

作成者:
higa

フィールドの概要
protected static Map CANONICAL_PROTOCOLS
           
 
メソッドの概要
static URL create(String spec)
           
static String decode(String s, String enc)
           
static void disableURLCaches()
          以下のバグに対する対応です。
static String encode(String s, String enc)
           
static URLConnection openConnection(URL url)
           
static InputStream openStream(URL url)
           
static String toCanonicalProtocol(String protocol)
           
static File toFile(URL fileUrl)
           
 
クラス 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.