Page Speed Optimization Libraries
1.8.31.3
|
#include "file_load_rule.h"
Public Types | |
enum | Classification { kAllowed, kDisallowed, kUnmatched } |
Public Member Functions | |
FileLoadRule (bool allowed) | |
Classification | Classify (const GoogleString &filename) const |
What does this rule say about this filename? | |
Protected Member Functions | |
virtual bool | Match (const GoogleString &filename) const =0 |
Is does this rule apply to this filename? | |
Protected Attributes | |
const bool | allowed_ |
Class for storing information about what filesystem paths are appropriate for direct access and which need to be fetched through HTTP loopback.