public class StaticContext extends ConcurrentHashMap<Object,Object>
ConcurrentHashMap.KeySetView<K,V>AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
static StaticContext |
getContext(String name) |
static String |
getKey(Map<String,String> paras,
String methodName,
String suffix) |
static String |
getKey(URL url,
String methodName,
String suffix) |
String |
getName() |
static StaticContext |
getSystemContext() |
static StaticContext |
remove(String name) |
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, forEach, forEach, forEachEntry, forEachEntry, forEachKey, forEachKey, forEachValue, forEachValue, get, getOrDefault, hashCode, isEmpty, keys, keySet, keySet, mappingCount, merge, newKeySet, newKeySet, put, putAll, putIfAbsent, reduce, reduceEntries, reduceEntries, reduceEntriesToDouble, reduceEntriesToInt, reduceEntriesToLong, reduceKeys, reduceKeys, reduceKeysToDouble, reduceKeysToInt, reduceKeysToLong, reduceToDouble, reduceToInt, reduceToLong, reduceValues, reduceValues, reduceValuesToDouble, reduceValuesToInt, reduceValuesToLong, remove, remove, replace, replace, replaceAll, search, searchEntries, searchKeys, searchValues, size, toString, valuespublic static StaticContext getSystemContext()
public static StaticContext getContext(String name)
public static StaticContext remove(String name)
public String getName()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.