public class TreeServiceFactory
extends java.lang.Object
implements java.io.Serializable
Modifier | Constructor and Description |
---|---|
protected |
TreeServiceFactory()
Instantiates a new tree service factory.
|
Modifier and Type | Method and Description |
---|---|
static TreeServiceFactory |
getInstance()
Gets the single instance of TreeServiceFactory.
|
TreeService |
getTreeService(LexBIGService lbs)
Gets the tree service.
|
protected TreeService |
getTreeServiceExtension(LexBIGService lbs)
Gets the tree service extension.
|
protected TreeService |
getTreeServiceSpringBean()
Gets the tree service spring bean.
|
protected TreeServiceFactory()
public static TreeServiceFactory getInstance()
public TreeService getTreeService(LexBIGService lbs)
lbs
- the lbsprotected TreeService getTreeServiceExtension(LexBIGService lbs)
lbs
- the lbsprotected TreeService getTreeServiceSpringBean()