Page Speed Optimization Libraries
1.13.35.1
|
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? | |
Public Member Functions inherited from net_instaweb::FileLoadRule | |
FileLoadRule (bool allowed) | |
Classification | Classify (const GoogleString &filename) const |
What does this rule say about this filename? | |
Public Member Functions inherited from net_instaweb::ManuallyRefCounted | |
void | IncrementRefs () |
void | DecrementRefs () |
Additional Inherited Members | |
Public Types inherited from net_instaweb::FileLoadRule | |
enum | Classification { kAllowed, kDisallowed, kUnmatched } |
Protected Member Functions inherited from net_instaweb::ManuallyRefCounted | |
virtual | ~ManuallyRefCounted () |
Protected Attributes inherited from net_instaweb::FileLoadRule | |
const bool | allowed_ |
|
inline |
If allowed is true, whitelist filenames matching filename_regexp. Otherwise blacklist them.