DialogsComponentRegistration Class

Implements

public class DialogsComponentRegistration
extends ComponentRegistration
implements ComponentMemoryScopes, ComponentPathResolvers

Makes Dialogs components available to the system registering functionality.

Constructor Summary

Constructor Description
DialogsComponentRegistration()

Method Summary

Modifier and Type Method and Description
java.lang.Iterable<MemoryScope> getMemoryScopes()

Gets the Dialogs Memory Scopes.

java.lang.Iterable<PathResolver> getPathResolvers()

Gets the Dialogs Path Resolvers.

Methods inherited from ComponentRegistration

Methods inherited from 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

Constructor Details

DialogsComponentRegistration

public DialogsComponentRegistration()

Method Details

getMemoryScopes

public Iterable getMemoryScopes()

Gets the Dialogs Memory Scopes.

getPathResolvers

public Iterable getPathResolvers()

Gets the Dialogs Path Resolvers.

Applies to