public class ApplicationContextReader extends Object
| Constructor and Description |
|---|
ApplicationContextReader() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getCachedProperties(String path)
As
getProperties(String) but caching, so it may conserve some cpu cycles, and
without throwing the exception |
static Context |
getContext() |
static Map<String,String> |
getProperties(String path) |
public static Map<String,String> getCachedProperties(String path)
getProperties(String) but caching, so it may conserve some cpu cycles, and
without throwing the exceptionpublic static Map<String,String> getProperties(String path) throws NamingException
NamingExceptionpublic static Context getContext() throws NamingException
NamingExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}