public abstract class AbstractDialogControllerFactory extends AbstractLoggableComponent implements DialogControllerFactory
DialogControllerFactory. It only handles the
creation of the RootDialogController. You need to override
and extend createDialogController(String) for your custom dialog controllers.| Constructor and Description |
|---|
AbstractDialogControllerFactory()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
DialogController<?> |
createDialogController(String dialogId)
Creates the
DialogController with the given dialogId. |
protected abstract DialogController<?> |
createPageDialogController() |
createLogger, doInitialize, getLoggerdoInitialized, getInitializationState, initializepublic AbstractDialogControllerFactory()
public DialogController<?> createDialogController(String dialogId)
DialogController with the given dialogId.createDialogController in interface DialogControllerFactorydialogId - is the ID of the requested DialogController.DialogController.protected abstract DialogController<?> createPageDialogController()
page DialogController.Copyright © 2001–2016 mmm-Team. All rights reserved.