19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_INLINE_OUTPUT_RESOURCE_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_INLINE_OUTPUT_RESOURCE_H_
25 #include "pagespeed/kernel/base/string.h"
27 namespace net_instaweb {
33 static OutputResourcePtr MakeInlineOutputResource(
37 virtual bool has_url()
const {
return false; }
38 virtual GoogleString
url()
const;
virtual GoogleString UrlForDebug() const
Override if resource does not have a URL.
virtual GoogleString url() const
virtual GoogleString cache_key() const
Definition: inline_output_resource.h:31
virtual bool has_url() const
Inline resources have no URL.
Definition: inline_output_resource.h:37
Definition: rewrite_driver.h:98
Definition: output_resource.h:44
Definition: resource_namer.h:32