Class SimpleNodeFactory
- java.lang.Object
-
- com.hybris.cockpitng.tree.node.factory.impl.SimpleNodeFactory
-
- All Implemented Interfaces:
NodeFactory<NavigationNode>
public class SimpleNodeFactory extends java.lang.Object implements NodeFactory<NavigationNode>
-
-
Constructor Summary
Constructors Constructor Description SimpleNodeFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NavigationNodecreateNavigationNode(NavigationNode nodeConfig)Creates node using given node configuration.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.tree.node.factory.NodeFactory
createNavigationNode
-
-
-
-
Method Detail
-
createNavigationNode
public NavigationNode createNavigationNode(NavigationNode nodeConfig)
Description copied from interface:NodeFactoryCreates node using given node configuration.- Specified by:
createNavigationNodein interfaceNodeFactory<NavigationNode>
-
-