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. @return Enumeration of String objects containing the names of the
()
| 61 | * initialization parameters |
| 62 | */ |
| 63 | Enumeration<String> getInitParameterNames(); |
| 64 | |
| 65 | } |
no outgoing calls
no test coverage detected