Package | Description |
---|---|
net.sf.mmm.util.nls.base |
Contains the basis for implementations of the native language support (NLS) API.
|
Modifier and Type | Field and Description |
---|---|
private Map<String,AbstractNlsBundleFactory.NlsBundleMethodInfo> |
AbstractNlsBundleFactory.NlsBundleInvocationHandler.method2BundleInfoMap
The cache for the
AbstractNlsBundleFactory.NlsBundleMethodInfo s. |
Modifier and Type | Method and Description |
---|---|
private AbstractNlsBundleFactory.NlsBundleMethodInfo |
AbstractNlsBundleFactory.NlsBundleInvocationHandler.createMethodInfo(Method method,
Object[] args,
String methodName,
Object proxy) |
private AbstractNlsBundleFactory.NlsBundleMethodInfo |
AbstractNlsBundleFactory.NlsBundleInvocationHandler.getOrCreateMethodInfo(Method method,
Object[] args,
String methodName,
Object proxy)
Gets
AbstractNlsBundleFactory.NlsBundleMethodInfo for methodName from cache or creates it and puts it into the cache. |
Modifier and Type | Method and Description |
---|---|
protected Map<String,Object> |
AbstractNlsBundleFactory.NlsBundleInvocationHandler.createArgumentMap(Method method,
AbstractNlsBundleFactory.NlsBundleMethodInfo methodInfo,
Object[] arguments)
|
Copyright © 2001–2016 mmm-Team. All rights reserved.