|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.preserv.util.PathConstants
URLパスの種別を表す定数をまとめたクラスです。
フィールドの概要 | |
static int |
ABSOLUTE_PATH_ID
絶対リソースパスの種別です。 |
static java.lang.String |
ABSOLUTE_PATH_STR
絶対リソースパスの種別(文字列)です。 |
static int |
DYNAMIC_ABSOLUTE_PATH_ID
動的絶対リソースパスの種別です。 |
static java.lang.String |
DYNAMIC_ABSOLUTE_PATH_STR
動的絶対リソースパスの種別(文字列)です。 |
static int |
DYNAMIC_RELATIVE_PATH_ID
動的相対リソースパスの種別です。 |
static java.lang.String |
DYNAMIC_RELATIVE_PATH_STR
動的相対リソースパスの種別(文字列)です。 |
static int |
RELATIVE_PATH_ID
相対リソースパスの種別です。 |
static java.lang.String |
RELATIVE_PATH_STR
相対リソースパスの種別(文字列)です。 |
static int |
RESOURCE_PATH_ID
リソースパスの種別です。 |
static java.lang.String |
RESOURCE_PATH_STR
リソースパスの種別(文字列)です。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
public static final int ABSOLUTE_PATH_ID
public static final java.lang.String ABSOLUTE_PATH_STR
public static final int RELATIVE_PATH_ID
public static final java.lang.String RELATIVE_PATH_STR
public static final int RESOURCE_PATH_ID
public static final java.lang.String RESOURCE_PATH_STR
public static final int DYNAMIC_ABSOLUTE_PATH_ID
public static final java.lang.String DYNAMIC_ABSOLUTE_PATH_STR
public static final int DYNAMIC_RELATIVE_PATH_ID
public static final java.lang.String DYNAMIC_RELATIVE_PATH_STR
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |