com.ibm.mashups.enabler.space
Interface Factory


public Factory

Space model factory. Please note that the model factory creates only one instance of the model and returns this instance every time the respective get-method is called.

Since:
2.4

Method Summary
 SpaceModel getSpaceModel()
           Returns the space model.
 SpaceExtensionModel getSpaceExtensionModel()
           Returns the space extension model.
 

Method Detail

getSpaceModel

SpaceModel getSpaceModel()
Returns the space model.

Returns:
space model, never null

getSpaceExtensionModel

SpaceExtensionModel getSpaceExtensionModel()
Returns the space extension model.

Returns:
space extension model, never null


Copyright IBM Corp. 2010 All Rights Reserved.