Class ExpanderVisitor
java.lang.Object
com.aquima.interactions.project.impl.ExpanderVisitor
- All Implemented Interfaces:
IExpanderVisitor
This visitor is used during initialization to gather the expander definitions.
- Since:
- 7.1
- Author:
- O. Kerpershoek
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addExpander
(IExpanderDS datasource) This method should be invoked for each container expander definition that should be added.
-
Constructor Details
-
ExpanderVisitor
-
-
Method Details
-
addExpander
Description copied from interface:IExpanderVisitor
This method should be invoked for each container expander definition that should be added.- Specified by:
addExpander
in interfaceIExpanderVisitor
- Parameters:
datasource
- Data source providing the information needed to initialize a container expander definition.
-