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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanIf no pattern matches, whether the query should be considered as an accept.protected booleanIf 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:RegexFilterIf no pattern matches, whether the query should be considered as an accept.- Specified by:
acceptByDefaultin classRegexFilter
-
entriesArePositiveByDefault
protected boolean entriesArePositiveByDefault()Description copied from class:RegexFilterIf a pattern is not preceded by + or -, whether the query should be considered positive.- Specified by:
entriesArePositiveByDefaultin classRegexFilter
-
toString
-