Returns a String containing the value of the named initialization parameter, or null if the parameter does not exist. @param name String specifying the name of the initialization parameter @return String containing the value of the initialization
(String name)
| 52 | * @return <code>String</code> containing the value of the initialization parameter |
| 53 | */ |
| 54 | String getInitParameter(String name); |
| 55 | |
| 56 | /** |
| 57 | * Returns the names of the filter's initialization parameters as an <code>Enumeration</code> of <code>String</code> |
no outgoing calls