Page Speed Optimization Libraries
1.5.27.2
|
Public Member Functions | |
FileLoadMappingLiteral (const GoogleString &url_prefix, const GoogleString &filename_prefix) | |
virtual bool | Substitute (const StringPiece &url, GoogleString *filename) const |
virtual bool net_instaweb::FileLoadMappingLiteral::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.