|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectwoolpack.config.ConfigConstants
public class ConfigConstants
定数の集まり。
フィールドの概要 | |
---|---|
static ConfigExpression |
MAKE_MAP
HashMap を生成してConfigContext.setMap(Map) に設定するConfigExpression 。 |
static ConfigExpression |
NULL
null オブジェクト役の ConfigExpression 。 |
static ConfigExpression |
TO_UNMODIFIABLE_MAP
書き込み禁止の Map をConfigContext.setMap(Map) に再設定するConfigExpression 。 |
static ConfigExpression |
TO_UNOVERWRITABLE_MAP
上書き禁止の Map をConfigContext.setMap(Map) に再設定するConfigExpression 。 |
メソッドの概要 |
---|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
---|
public static final ConfigExpression NULL
ConfigExpression
。
public static final ConfigExpression TO_UNMODIFIABLE_MAP
Map
をConfigContext.setMap(Map)
に再設定するConfigExpression
。
ConfigExpression.interpret(ConfigContext)
は引数またはConfigContext.getMap()
が null の場合にNullPointerException
を投げる。
public static final ConfigExpression TO_UNOVERWRITABLE_MAP
Map
をConfigContext.setMap(Map)
に再設定するConfigExpression
。
ConfigExpression.interpret(ConfigContext)
は引数またはConfigContext.getMap()
が null の場合にNullPointerException
を投げる。
public static final ConfigExpression MAKE_MAP
HashMap
を生成してConfigContext.setMap(Map)
に設定するConfigExpression
。
ConfigExpression.interpret(ConfigContext)
は引数が null の場合にNullPointerException
を投げる。
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |