public class InvokerMapConfig extends HashMap<String,String> implements InvokerConfig
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
InvokerMapConfig(Map<String,String> initParams,
AppContext appContext) |
InvokerMapConfig(Map<String,String> initParams,
java.util.function.Supplier<AppContext> appContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
AppContext |
getAppContext() |
String |
getInitParameter(String name)
Returns a
String containing the value of the
named initialization parameter, or null if
the initialization parameter does not exist. |
Enumeration<String> |
getInitParameterNames()
Returns the names of the filter's initialization parameters
as an
Enumeration of String objects,
or an empty Enumeration if the filter has
no initialization parameters. |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic InvokerMapConfig(Map<String,String> initParams, java.util.function.Supplier<AppContext> appContext)
public InvokerMapConfig(Map<String,String> initParams, AppContext appContext)
public String getInitParameter(String name)
InvokerConfigString containing the value of the
named initialization parameter, or null if
the initialization parameter does not exist.getInitParameter 在接口中 InvokerConfigname - a String specifying the name of the
initialization parameterString containing the value of the
initialization parameter, or null if
the initialization parameter does not existpublic Enumeration<String> getInitParameterNames()
InvokerConfigEnumeration of String objects,
or an empty Enumeration if the filter has
no initialization parameters.getInitParameterNames 在接口中 InvokerConfigEnumeration of String objects
containing the names of the filter's initialization parameterspublic AppContext getAppContext()
getAppContext 在接口中 InvokerConfig