Class WelcomeStepExtensionPoint
java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint<WelcomeStep>
org.ametys.web.administration.welcome.WelcomeStepExtensionPoint
- All Implemented Interfaces:
LogEnabled
,ExtensionPoint<WelcomeStep>
,Disposable
,Initializable
,Component
,Contextualizable
,Serviceable
,ThreadSafe
public class WelcomeStepExtensionPoint
extends AbstractThreadSafeComponentExtensionPoint<WelcomeStep>
ExtensionPoint
handling the steps of the Admin welcome feature.-
Field Summary
Fields inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
_cocoonManager, _context, _manager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Gets the index of the current step, i.e.getSteps()
Get all the steps (ordered).Get all the steps (ordered) as maps.Methods inherited from class org.ametys.runtime.plugin.component.AbstractThreadSafeComponentExtensionPoint
addComponent, addExtension, contextualize, dispose, getExtension, getExtensionsIds, hasExtension, initialize, initializeExtensions, service
Methods inherited from class org.ametys.runtime.plugin.component.AbstractLogEnabled
getLogger, setLogger
-
Field Details
-
ROLE
Avalon Role
-
-
Constructor Details
-
WelcomeStepExtensionPoint
public WelcomeStepExtensionPoint()
-
-
Method Details
-
getSteps
Get all the steps (ordered).- Returns:
- The ordered list of the steps
-
getStepsAsMap
Get all the steps (ordered) as maps.- Returns:
- The ordered list of the steps, as maps
-
getCurrentStep
Gets the index of the current step, i.e. the first step which is not performed yet. If all steps are performed, return -1- Returns:
- The index of the current step.
-