Class SingletonApiActionHandlerMap
- java.lang.Object
-
- org.uitnet.testing.smartfwk.api.core.defaults.SingletonApiActionHandlerMap
-
public class SingletonApiActionHandlerMap extends Object
- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SingletonApiActionHandlerMapgetInstance()Map<String,AbstractApiActionHandler>getMap()
-
-
-
Method Detail
-
getInstance
public static SingletonApiActionHandlerMap getInstance()
-
getMap
public Map<String,AbstractApiActionHandler> getMap()
-
-