public interface InvokerConfig
| 限定符和类型 | 方法和说明 |
|---|---|
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. |
String getInitParameter(String name)
String containing the value of the
named initialization parameter, or null if
the initialization parameter does not exist.name - a String specifying the name of the
initialization parameterString containing the value of the
initialization parameter, or null if
the initialization parameter does not existEnumeration<String> getInitParameterNames()
Enumeration of String objects,
or an empty Enumeration if the filter has
no initialization parameters.Enumeration of String objects
containing the names of the filter's initialization parametersAppContext getAppContext()
Copyright © 2020. All rights reserved.