|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.cssj.cti2.helpers.URIHelper
public final class URIHelper
URI解析の補助クラスです。 JavaのURIクラスよりも柔軟に解析します。
フィールドの概要 | |
---|---|
static URI |
CURRENT_URI
推奨されていません。 |
メソッドの概要 | |
---|---|
static URI |
create(String encoding,
String href)
推奨されていません。 URIを生成します。 |
static URI |
resolve(String encoding,
String baseURI,
String href)
推奨されていません。 |
static URI |
resolve(String encoding,
URI baseURI,
String href)
推奨されていません。 相対URIを解決します。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final URI CURRENT_URI
メソッドの詳細 |
---|
public static URI create(String encoding, String href) throws URISyntaxException
encoding
- マルチバイト文字のエンコーディング。href
- URI文字列。
URISyntaxException
public static URI resolve(String encoding, URI baseURI, String href) throws URISyntaxException
encoding
- マルチバイト文字のエンコーディング。baseURI
- 基底URI。href
- 相対URI文字列。
URISyntaxException
public static URI resolve(String encoding, String baseURI, String href) throws URISyntaxException
URISyntaxException
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |