|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjp.cssj.cti2.helpers.URIHelper
public final class URIHelper
URI解析の補助クラスです。 JavaのURIクラスよりも柔軟に解析します。
Field Summary | |
---|---|
static URI |
CURRENT_URI
Deprecated. |
Method Summary | |
---|---|
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を解決します。 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final URI CURRENT_URI
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |