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

Public Member Functions

 FileLoadRuleLiteral (const GoogleString &filename_prefix, 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?
 

Additional Inherited Members

- Public Types inherited from net_instaweb::FileLoadRule
enum  Classification { kAllowed, kDisallowed, kUnmatched }
 
- Protected Attributes inherited from net_instaweb::FileLoadRule
const bool allowed_
 

Constructor & Destructor Documentation

net_instaweb::FileLoadRuleLiteral::FileLoadRuleLiteral ( const GoogleString &  filename_prefix,
bool  allowed 
)
inline

If allowed is true, whitelist filenames starting with filename_prefix. Otherwise blacklist them.


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