Class DryRunWizardProvider
- java.lang.Object
-
- pl.edu.icm.unity.webui.sandbox.wizard.AbstractSandboxWizardProvider
-
- io.imunity.webconsole.translationProfile.dryrun.DryRunWizardProvider
-
public class DryRunWizardProvider extends pl.edu.icm.unity.webui.sandbox.wizard.AbstractSandboxWizardProviderConfigures profile dry run wizard- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description DryRunWizardProvider(pl.edu.icm.unity.MessageSource msg, java.lang.String sandboxURL, pl.edu.icm.unity.webui.sandbox.SandboxAuthnNotifier sandboxNotifier, pl.edu.icm.unity.engine.api.TranslationProfileManagement tpMan, pl.edu.icm.unity.engine.api.translation.in.InputTranslationActionsRegistry taRegistry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCaption()org.vaadin.teemu.wizards.WizardgetWizardInstance()
-
-
-
Constructor Detail
-
DryRunWizardProvider
public DryRunWizardProvider(pl.edu.icm.unity.MessageSource msg, java.lang.String sandboxURL, pl.edu.icm.unity.webui.sandbox.SandboxAuthnNotifier sandboxNotifier, pl.edu.icm.unity.engine.api.TranslationProfileManagement tpMan, pl.edu.icm.unity.engine.api.translation.in.InputTranslationActionsRegistry taRegistry)
-
-
Method Detail
-
getWizardInstance
public org.vaadin.teemu.wizards.Wizard getWizardInstance()
- Specified by:
getWizardInstancein classpl.edu.icm.unity.webui.sandbox.wizard.AbstractSandboxWizardProvider
-
getCaption
public java.lang.String getCaption()
- Specified by:
getCaptionin classpl.edu.icm.unity.webui.sandbox.wizard.AbstractSandboxWizardProvider
-
-