Page Speed Optimization Libraries  1.7.30.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
net_instaweb::FileLoadRule Class Reference

#include "file_load_rule.h"

Inheritance diagram for net_instaweb::FileLoadRule:
net_instaweb::FileLoadRuleLiteral net_instaweb::FileLoadRuleRegexp

List of all members.

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_

Detailed Description

Class for storing information about what filesystem paths are appropriate for direct access and which need to be fetched through HTTP loopback.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines