org.mmbase.util
Class ApplicationContextReader
java.lang.Object
org.mmbase.util.ApplicationContextReader
public class ApplicationContextReader
- extends Object
- Since:
- MMBase 1.8.1
- Version:
- $Id: ApplicationContextReader.java 41755 2010-04-03 14:39:36Z nico $
- Author:
- Nico Klasens
- Javadoc:
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationContextReader
public ApplicationContextReader()
getCachedProperties
public static Map<String,String> getCachedProperties(String path)
- As
getProperties(String) but caching, so it may conserve some cpu cycles, and
without throwing the exception
- Since:
- MMBase-1.8.7
getProperties
public static Map<String,String> getProperties(String path)
throws NamingException
- Throws:
NamingException- Javadoc:
getContext
public static Context getContext()
throws NamingException
- Throws:
NamingException- Javadoc:
MMBase 2.0-SNAPSHOT - null