memo.xight.org

日々のメモ

URI クラス の getProtocol getHost getFile メソッドが返す具体的な値

例 :

  アプレットがあるURI が http://example.com/hoge/piyo.html の時
getDocumentBase().getProtocol() http
getDocumentBase().getHost() example.com
getDocumentBase().getFile() /hoge/piyo.html
という String を返す