org.jaffa.components.navigation
Class NavCache

java.lang.Object
  extended byorg.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

Method Summary
 void clearCache()
           
 GlobalMenu getGlobalMenu()
           
static NavCache getInstance()
          Creates an instance of NavCache, if not already instantiated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.