ThisMemoryScope クラス

public class ThisMemoryScope
extends MemoryScope

MemoryScope は、名前付きメモリ スコープ抽象クラスを表します。

コンストラクターの概要

コンストラクター 説明
ThisMemoryScope()

ダイアログメモリスコープは、"this" を dc にマップします。[アクティブな] ダイアログをします。状態。

メソッドの概要

修飾子と型 メソッドと説明
final java.lang.Object getMemory(DialogContext dialogContext)

このスコープのバッキング メモリを取得します。

final void setMemory(DialogContext dialogContext, Object memory)

メモリ スコープのバッキング オブジェクトを変更します。

メソッドの継承元: MemoryScope

メソッドの継承元: java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

コンストラクターの詳細

ThisMemoryScope

public ThisMemoryScope()

DialogMemoryScope は、"this" を dc.ActiveDialog.State にマップします。

メソッドの詳細

getMemory

public final Object getMemory(DialogContext dialogContext)

このスコープのバッキング メモリを取得します。

上書き:

ThisMemoryScope.getMemory(DialogContext dialogContext)

パラメーター:

dialogContext

setMemory

public final void setMemory(DialogContext dialogContext, Object memory)

メモリ スコープのバッキング オブジェクトを変更します。

上書き:

ThisMemoryScope.setMemory(DialogContext dialogContext, Object memory)

パラメーター:

dialogContext
memory

適用対象