public class ApplicationLoggerParameterMap extends ParameterMap
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_APPLICATION_LOGGER |
| Constructor and Description |
|---|
ApplicationLoggerParameterMap() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationLogger |
getApplicationLogger()
Returns a stored
ApplicationLogger object or a new instance of VoidApplicationLogger
if no appropriate object is stored. |
void |
putApplicationLogger(ApplicationLogger logger) |
void |
removeApplicationLogger() |
getApplicationLogger, getApplicationLogger, getBoolean, getDouble, getFile, getFile, getFloat, getInteger, getLong, getObject, getObject, getString, getStringceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, valuespublic static final java.lang.String KEY_APPLICATION_LOGGER
public ApplicationLoggerParameterMap()
public ApplicationLogger getApplicationLogger()
ApplicationLogger object or a new instance of VoidApplicationLogger
if no appropriate object is stored.VoidApplicationLoggerpublic void putApplicationLogger(ApplicationLogger logger)
public void removeApplicationLogger()