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::FileLoadRuleLiteral Class Reference
Inheritance diagram for net_instaweb::FileLoadRuleLiteral:
net_instaweb::FileLoadRule net_instaweb::ManuallyRefCounted

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?
 
- 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::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: