info.aduna.gee.publication.servlets.cache
Class ZpadCatCache

java.lang.Object
  extended by info.aduna.gee.publication.servlets.cache.ZpadCatCache

public class ZpadCatCache
extends Object

Zpad Categories File Cache


Field Summary
protected static HashMap _descriptionsPerHost
           
protected static HashMap _rulesPerHost
           
 
Constructor Summary
ZpadCatCache()
           
 
Method Summary
protected static HashMap _load(String host)
           
protected static Properties _loadDescriptions(javax.servlet.http.HttpServletRequest request)
           
static HashMap get(String host)
           
static HashMap getAllDescriptions(javax.servlet.http.HttpServletRequest request)
           
static Properties getDescriptions(javax.servlet.http.HttpServletRequest request)
           
static void putAll(String host, HashMap catDefs, HashMap catDescriptionsPerLanguage)
           
static void refresh(String host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_descriptionsPerHost

protected static HashMap _descriptionsPerHost

_rulesPerHost

protected static HashMap _rulesPerHost
Constructor Detail

ZpadCatCache

public ZpadCatCache()
Method Detail

getDescriptions

public static Properties getDescriptions(javax.servlet.http.HttpServletRequest request)

_loadDescriptions

protected static Properties _loadDescriptions(javax.servlet.http.HttpServletRequest request)

get

public static HashMap get(String host)

_load

protected static HashMap _load(String host)

refresh

public static void refresh(String host)

getAllDescriptions

public static HashMap getAllDescriptions(javax.servlet.http.HttpServletRequest request)

putAll

public static void putAll(String host,
                          HashMap catDefs,
                          HashMap catDescriptionsPerLanguage)


Copyright © 1997-2008 Aduna. All Rights Reserved.