Page Speed Optimization Libraries
1.8.31.2
|
Public Member Functions | |
FileLoadMappingRegexp (const GoogleString &url_regexp, const GoogleString &filename_prefix) | |
virtual bool | Substitute (const StringPiece &url, GoogleString *filename) const |
virtual bool net_instaweb::FileLoadMappingRegexp::Substitute | ( | const StringPiece & | url, |
GoogleString * | filename | ||
) | const [virtual] |
If this mapping applies to this url, put the mapped path into filename and return true. Otherwise return false.
Implements net_instaweb::FileLoadMapping.