nl.gx.webmanager.services.framework.spi
Class FrameworkFactory

java.lang.Object
  extended by nl.gx.webmanager.services.framework.spi.FrameworkFactory

public final class FrameworkFactory
extends java.lang.Object

FrameworkFactory is a singleton that provides access to a the framework.

Author:
bramk

Method Summary
 Framework getFramework()
          Gets the framework.
static FrameworkFactory getInstance()
          Provides access to the singleton instance.
 void setFramework(Framework framework)
          Sets the framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2007-2011 GX Software BV. All Rights Reserved.