Package com.google.gwt.util.regexfilter
Class WhitelistRegexFilter
java.lang.Object
com.google.gwt.util.regexfilter.RegexFilter
com.google.gwt.util.regexfilter.WhitelistRegexFilter
- All Implemented Interfaces:
Serializable
A
RegexFilter
for whitelisting.- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
If no pattern matches, whether the query should be considered as an accept.protected boolean
If a pattern is not preceded by + or -, whether the query should be considered positive.toString()
Methods inherited from class com.google.gwt.util.regexfilter.RegexFilter
add, addAll, addAll, getValues, isEmpty, isIncluded, isIncluded
-
Constructor Details
-
WhitelistRegexFilter
public WhitelistRegexFilter()
-
-
Method Details
-
acceptByDefault
protected boolean acceptByDefault()Description copied from class:RegexFilter
If no pattern matches, whether the query should be considered as an accept.- Specified by:
acceptByDefault
in classRegexFilter
-
entriesArePositiveByDefault
protected boolean entriesArePositiveByDefault()Description copied from class:RegexFilter
If a pattern is not preceded by + or -, whether the query should be considered positive.- Specified by:
entriesArePositiveByDefault
in classRegexFilter
-
toString
-