Interface MutableWizardContext
-
- All Superinterfaces:
WizardContext
- All Known Implementing Classes:
DefaultWizardContext
public interface MutableWizardContext extends WizardContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getAttributes()voidsetAttribute(java.lang.String key, java.lang.Object value)-
Methods inherited from interface de.hybris.platform.cockpit.wizards.WizardContext
getAttribute
-
-