net.sf.wfnm
Class NavigationManagerFactory

java.lang.Object
  extended bynet.sf.wfnm.NavigationManagerFactory

public class NavigationManagerFactory
extends Object

The Navigation Manager factory manage instances of navigation manager.
It allows to get/reset/verify the unique instance of a navigation manager.

Version:
1.0.6
Author:
Maurizio Albari

Constructor Summary
NavigationManagerFactory()
           
 
Method Summary
static boolean existsInstance(AttributeContainer container)
          Returns true if the instance of the navigation manager exists.
static NavigationManager getInstance(AttributeContainer container)
          Acquire the container unique instance of the navigation manager.
static boolean isNavigationManagerKey(String key)
          Returns true if a key is the key used by the navigation manager.
static void resetInstance(AttributeContainer container)
          Reset the attribute container unique instance of the navigation manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavigationManagerFactory

public NavigationManagerFactory()
Method Detail

getInstance

public static NavigationManager getInstance(AttributeContainer container)
Acquire the container unique instance of the navigation manager.

Parameters:
container - the attribute container
Returns:
the navigation manager

isNavigationManagerKey

public static boolean isNavigationManagerKey(String key)
Returns true if a key is the key used by the navigation manager.

Parameters:
key - the key
Returns:
true if a key is the key used by the navigation manager

existsInstance

public static boolean existsInstance(AttributeContainer container)
Returns true if the instance of the navigation manager exists.

Parameters:
container - the attribute container
Returns:
true if the instance of the navigation manager exists

resetInstance

public static void resetInstance(AttributeContainer container)
Reset the attribute container unique instance of the navigation manager.

Parameters:
container - the attribute container


Copyright © 2004-2005 Maurizio Albari@SourceForge.net. All Rights Reserved.