|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExcludedPatternsChecker
Used across different interceptors to check if given string matches one of the excluded patterns.
Nested Class Summary | |
---|---|
static class |
ExcludedPatternsChecker.IsExcluded
|
Method Summary | |
---|---|
Set<Pattern> |
getExcludedPatterns()
Allow access list of all defined excluded patterns |
ExcludedPatternsChecker.IsExcluded |
isExcluded(String value)
Checks if value matches any of patterns on exclude list |
void |
setExcludedPatterns(Set<String> patterns)
Sets excluded patterns during runtime |
void |
setExcludedPatterns(String commaDelimitedPatterns)
Sets excluded patterns during runtime |
void |
setExcludedPatterns(String[] patterns)
Sets excluded patterns during runtime |
Method Detail |
---|
ExcludedPatternsChecker.IsExcluded isExcluded(String value)
value
- to check
void setExcludedPatterns(String commaDelimitedPatterns)
commaDelimitedPatterns
- comma delimited string with patternsvoid setExcludedPatterns(String[] patterns)
patterns
- array of additional excluded patternsvoid setExcludedPatterns(Set<String> patterns)
patterns
- set of additional patternsSet<Pattern> getExcludedPatterns()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |