public class WelcomeStepExtensionPoint extends AbstractThreadSafeComponentExtensionPoint<WelcomeStep>
ExtensionPoint handling the steps of the Admin welcome feature.| Modifier and Type | Field and Description |
|---|---|
static String |
ROLE
Avalon Role
|
_cocoonManager, _context, _manager| Constructor and Description |
|---|
WelcomeStepExtensionPoint() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentStep()
Gets the index of the current step, i.e.
|
List<WelcomeStep> |
getSteps()
Get all the steps (ordered).
|
List<Map<String,Object>> |
getStepsAsMap()
Get all the steps (ordered) as maps.
|
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, servicegetLogger, setLoggerpublic WelcomeStepExtensionPoint()
public List<WelcomeStep> getSteps()
public List<Map<String,Object>> getStepsAsMap()
public int getCurrentStep()