com.ibm.mashups.enabler.navigation
Interface Factory


public Factory

Navigation 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
 NavigationModel getNavigationModel()
           Returns the navigation model.
 SharedNavigationModel getSharedNavigationModel()
           Returns the shared navigation model.
 

Method Detail

getNavigationModel

NavigationModel getNavigationModel()
Returns the navigation model.

Returns:
navigation model, never null

getSharedNavigationModel

SharedNavigationModel getSharedNavigationModel()
Returns the shared navigation model.

Returns:
shared navigation model, never null


Copyright IBM Corp. 2010 All Rights Reserved.