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文字列。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
Copyright © 2024 座間ソフト. All rights reserved.