Class FrameworkFactory
- java.lang.Object
-
- nl.gx.webmanager.services.framework.spi.FrameworkFactory
-
public final class FrameworkFactory extends Object
FrameworkFactory is a singleton that provides access to a the framework.- Author:
- bramk
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Framework
getFramework()
Gets the framework.static FrameworkFactory
getInstance()
Provides access to the singleton instance.void
setFramework(Framework framework)
Sets the framework.
-
-
-
Method Detail
-
getInstance
public static FrameworkFactory getInstance()
Provides access to the singleton instance.- Returns:
- the instance
-
setFramework
public void setFramework(Framework framework)
Sets the framework.- Parameters:
framework
- the framework
-
getFramework
public Framework getFramework()
Gets the framework.- Returns:
- the framework
-
-