public final class URIHelper extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static URI |
CURRENT_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
Copyright © 2024 座間ソフト. All rights reserved.