public interface PathConfigProcessor
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.Filter |
processPathConfig(String path,
String config)
Processes the specified
config, unique to the given path, and returns the Filter that should
execute for that path/config combination. |
javax.servlet.Filter processPathConfig(String path, String config)
config, unique to the given path, and returns the Filter that should
execute for that path/config combination.path - the path for which the config should be appliedconfig - the configuration for the Filter specific to the given pathFilter that should execute for the given path/config combination.Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.