| java.lang.Object org.jaffa.components.navigation.NavCache
NavCache | public class NavCache (Code) | | This singleton class loads in the global navigation xml and caches it
to in can be used for constructing instances of NavAccessor's
author: PaulE version: 1.0 |
clearCache | public void clearCache()(Code) | | |
getInstance | public static NavCache getInstance()(Code) | | Creates an instance of NavCache, if not already instantiated.
An instance of the NavCache. |
|
|