DialogsComponentRegistration クラス

実装

public class DialogsComponentRegistration
extends ComponentRegistration
implements ComponentMemoryScopes, ComponentPathResolvers

ダイアログ コンポーネントをシステム登録機能で使用できるようにします。

コンストラクターの概要

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

メソッドの概要

修飾子と型 メソッドと説明
java.lang.Iterable<MemoryScope> getMemoryScopes()

ダイアログ のメモリ スコープを取得します。

java.lang.Iterable<PathResolver> getPathResolvers()

ダイアログ パス リゾルバーを取得します。

メソッドの継承元: ComponentRegistration

メソッドの継承元: 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

コンストラクターの詳細

DialogsComponentRegistration

public DialogsComponentRegistration()

メソッドの詳細

getMemoryScopes

public Iterable getMemoryScopes()

ダイアログ のメモリ スコープを取得します。

getPathResolvers

public Iterable getPathResolvers()

ダイアログ パス リゾルバーを取得します。

適用対象