public interface CommandControllerFactory
CommandController objects| Modifier and Type | Method and Description |
|---|---|
CommandController |
createController(UIContext context,
UIRuntime runtime,
UICommand command)
Create a
CommandController of the correct type for the given UICommand. |
SingleCommandController |
createSingleController(UIContext context,
UIRuntime runtime,
UICommand command)
Create a
SingleCommandController. |
WizardCommandController |
createWizardController(UIContext context,
UIRuntime runtime,
UIWizard wizard)
Create a
WizardCommandController. |
CommandController createController(UIContext context, UIRuntime runtime, UICommand command)
CommandController of the correct type for the given UICommand.SingleCommandController createSingleController(UIContext context, UIRuntime runtime, UICommand command)
SingleCommandController. Should be called when a single UICommand execution must be
performed.WizardCommandController createWizardController(UIContext context, UIRuntime runtime, UIWizard wizard)
WizardCommandController. Should be called when a UIWizard (multiple step) execution must
be performed.Copyright © 2014 JBoss by Red Hat. All rights reserved.