|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PathConfigProcessor
A PathConfigProcessor processes configuration entries on a per path (url) basis.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 path
Filter that should execute for the given path/config combination.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||