public class WizardStepMap extends HashMap<String,WizardStep> implements WizardStepProvider
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
WizardStepMap() |
| Modifier and Type | Method and Description |
|---|---|
WizardStep |
getStep(String name)
Returns the
WizardStep corresponding to the passed name. |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic WizardStep getStep(String name)
WizardStepProviderWizardStep corresponding to the passed name.getStep in interface WizardStepProvidername - the name of the WizardStep to findWizardStep corresponding to the passed name or null if no such step exists.Copyright © 2004–2015 XWiki. All rights reserved.