19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_FILE_LOAD_MAPPING_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_FILE_LOAD_MAPPING_H_
28 namespace net_instaweb {
50 : url_prefix_(url_prefix),
51 filename_prefix_(filename_prefix) {}
71 : url_regexp_(url_regexp),
72 url_regexp_str_(url_regexp),
73 filename_prefix_(filename_prefix) {}
78 const RE2 url_regexp_;
Definition: file_load_mapping.h:32
virtual bool Substitute(StringPiece url, GoogleString *filename) const =0
virtual bool Substitute(StringPiece url, GoogleString *filename) const
Definition: file_load_mapping.h:46
std::string GoogleString
PAGESPEED_KERNEL_BASE_STRING_H_.
Definition: string.h:24
Definition: manually_ref_counted.h:31
virtual bool Substitute(StringPiece url, GoogleString *filename) const
Definition: file_load_mapping.h:67