|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectinfo.aduna.gee.publication.servlets.cache.ZpadConfCache
public class ZpadConfCache
Zpad Configuration File Cache
| Field Summary | |
|---|---|
protected static HashMap |
_confPerHost
|
protected static HashMap |
_confTimePerHost
Remember the time of the zpad.conf file. |
| Constructor Summary | |
|---|---|
ZpadConfCache()
|
|
| Method Summary | |
|---|---|
protected static Properties |
_fillCache(String host)
|
static Properties |
ensureConfLoaded(String host)
|
static Properties |
get(String host)
|
static Properties |
getUserConf(javax.servlet.http.HttpServletRequest request,
UserInfo userInfo)
A conf file can be overruled by a user's personal .conf file. |
static long |
lastModified(String host)
Return the last modification time of the zpad.conf file. |
static void |
refresh(String host)
|
static void |
setUserConf(javax.servlet.http.HttpServletRequest request,
UserInfo userInfo,
Properties userConf)
A conf file can be overruled by a user's personal .conf file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static HashMap _confPerHost
protected static HashMap _confTimePerHost
| Constructor Detail |
|---|
public ZpadConfCache()
| Method Detail |
|---|
public static void refresh(String host)
public static Properties ensureConfLoaded(String host)
public static Properties get(String host)
protected static Properties _fillCache(String host)
public static Properties getUserConf(javax.servlet.http.HttpServletRequest request,
UserInfo userInfo)
public static void setUserConf(javax.servlet.http.HttpServletRequest request,
UserInfo userInfo,
Properties userConf)
public static long lastModified(String host)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||