Page Speed Optimization Libraries
1.6.29.3
|
Public Member Functions | |
FileLoadRuleRegexp (const GoogleString &filename_regexp, bool allowed) | |
virtual bool | Match (const GoogleString &filename) const |
Is does this rule apply to this filename? |
net_instaweb::FileLoadRuleRegexp::FileLoadRuleRegexp | ( | const GoogleString & | filename_regexp, |
bool | allowed | ||
) | [inline] |
If allowed is true, whitelist filenames matching filename_regexp. Otherwise blacklist them.