Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
net_instaweb::FileLoadRuleRegexp Class Reference
Inheritance diagram for net_instaweb::FileLoadRuleRegexp:
net_instaweb::FileLoadRule net_instaweb::ManuallyRefCounted

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_
 

Constructor & Destructor Documentation

net_instaweb::FileLoadRuleRegexp::FileLoadRuleRegexp ( const GoogleString filename_regexp,
bool  allowed 
)
inline

If allowed is true, whitelist filenames matching filename_regexp. Otherwise blacklist them.


The documentation for this class was generated from the following file: