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
NamingExceptionMMBase2 Utils 2.0.0 - 2019-08-08T23:20