org.jaffa.components.navigation
Class NavCache
java.lang.Object
   org.jaffa.components.navigation.NavCache
org.jaffa.components.navigation.NavCache
- public class NavCache- extends Object
This singleton class loads in the global navigation xml and caches it
 to in can be used for constructing instances of NavAccessor's
- Version:
- 1.0
- Author:
- PaulE
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getInstance
public static NavCache getInstance()
- Creates an instance of NavCache, if not already instantiated.
 
- 
- Returns:
- An instance of the NavCache.
 
getGlobalMenu
public GlobalMenu getGlobalMenu()
- 
 
clearCache
public void clearCache()
- 
 
Copyright © 2002-2004 JAFFA Project.