org.seasar.framework.util
クラス URLUtil

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

public class URLUtil
extends Object

作成者:
higa

メソッドの概要
static URL create(String spec)
           
static URLConnection openConnection(URL url)
           
static InputStream openStream(URL url)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

openStream

public static InputStream openStream(URL url)

openConnection

public static URLConnection openConnection(URL url)

create

public static URL create(String spec)


Copyright © 2004-2006 The Seasar Foundation. All Rights Reserved.