public final class URIHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static URI |
CURRENT_URI
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static URI |
create(String encoding,
String href)
Deprecated.
URIを生成します。
|
static URI |
resolve(String encoding,
String baseURI,
String href)
Deprecated.
|
static URI |
resolve(String encoding,
URI baseURI,
String href)
Deprecated.
相対URIを解決します。
|
public static final URI CURRENT_URI
public static URI create(String encoding, String href) throws URISyntaxException
encoding - マルチバイト文字のエンコーディング。href - URI文字列。URISyntaxExceptionpublic static URI resolve(String encoding, URI baseURI, String href) throws URISyntaxException
encoding - マルチバイト文字のエンコーディング。baseURI - 基底URI。href - 相対URI文字列。URISyntaxExceptionpublic static URI resolve(String encoding, String baseURI, String href) throws URISyntaxException
URISyntaxExceptionCopyright © 2018 座間ソフト. All rights reserved.