|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.wfnm.NavigationManagerFactory
The Navigation Manager factory manage instances of navigation manager.
It allows to get/reset/verify the unique instance of a navigation manager.
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 |
public NavigationManagerFactory()
Method Detail |
public static NavigationManager getInstance(AttributeContainer container)
container
- the attribute container
public static boolean isNavigationManagerKey(String key)
key
- the key
public static boolean existsInstance(AttributeContainer container)
container
- the attribute container
public static void resetInstance(AttributeContainer container)
container
- the attribute container
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |