|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectnablarch.fw.invoker.HandlerListProtector<T>
T - ハンドラの型public class HandlerListProtector<T>
ハンドラリストを保護するクラス。
デフォルトでは、ハンドラリストのインスタンスは変更に対して保護される。 変更が必要な場合、適切な保護モードHandlerListProtector.ProtectModeを設定する。
| 入れ子のクラスの概要 | |
|---|---|
static class |
HandlerListProtector.ProtectMode
ハンドラリストの保護モード。 |
| コンストラクタの概要 | |
|---|---|
HandlerListProtector()
コンストラクタ。 |
|
HandlerListProtector(HandlerListProtector.ProtectMode protectMode)
コンストラクタ。 |
|
| メソッドの概要 | |
|---|---|
java.util.List<T> |
protect(java.util.List<T> original)
|
void |
setProtectMode(HandlerListProtector.ProtectMode protectMode)
ハンドラリストの保護モード( HandlerListProtector.ProtectMode)を設定する。 |
void |
setProtectModeExpression(java.lang.String protectModeValue)
ハンドラリストの保護モード( HandlerListProtector.ProtectMode)を設定する。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public HandlerListProtector()
public HandlerListProtector(HandlerListProtector.ProtectMode protectMode)
protectMode - 保護モード| メソッドの詳細 |
|---|
public java.util.List<T> protect(java.util.List<T> original)
public void setProtectModeExpression(java.lang.String protectModeValue)
HandlerListProtector.ProtectMode)を設定する。
protectModeValue - 保護モードpublic void setProtectMode(HandlerListProtector.ProtectMode protectMode)
HandlerListProtector.ProtectMode)を設定する。
protectMode - 保護モード
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||