jp.cssj.cti2.helpers
クラス URIHelper
java.lang.Object
jp.cssj.cti2.helpers.URIHelper
- public final class URIHelper
- extends Object
URI解析の補助クラスです。
JavaのURIクラスよりも柔軟に解析します。
- バージョン:
- $Id: URIHelper.java 315 2009-07-31 10:38:56Z miyabe $
- 作成者:
- MIYABE Tatsuhiko
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CURRENT_URI
public static final URI CURRENT_URI
create
public static URI create(String encoding,
String href)
throws URISyntaxException
- URIを生成します。
- パラメータ:
encoding
- マルチバイト文字のエンコーディング。href
- URI文字列。
- 戻り値:
- 生成したURI。
- 例外:
URISyntaxException
resolve
public static URI resolve(String encoding,
URI baseURI,
String href)
throws URISyntaxException
- 相対URIを解決します。
- パラメータ:
encoding
- マルチバイト文字のエンコーディング。baseURI
- 基底URI。href
- 相対URI文字列。
- 戻り値:
- 生成したURI。
- 例外:
URISyntaxException
resolve
public static URI resolve(String encoding,
String baseURI,
String href)
throws URISyntaxException
- 例外:
URISyntaxException
(c)2008-2009 GNN & Co.,Ltd.