Page Speed Optimization Libraries  1.2.24.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
net_instaweb::RemoveCommentsFilter::OptionsInterface Class Reference

#include "remove_comments_filter.h"

Inheritance diagram for net_instaweb::RemoveCommentsFilter::OptionsInterface:
net_instaweb::RemoveCommentsFilter::OptionsImpl

List of all members.

Public Member Functions

virtual bool IsRetainedComment (const StringPiece &comment) const =0

Detailed Description

Interface that allows policy injection into a RemoveCommentsFilter instance. We cannot use RewriteOptions directly here since RemoveCommentsFilter does not want to take on all of the RewriteOptions dependencies.


Member Function Documentation

virtual bool net_instaweb::RemoveCommentsFilter::OptionsInterface::IsRetainedComment ( const StringPiece &  comment) const [pure virtual]

Return true if the given comment should not be removed from the HTML, false otherwise.

Implemented in net_instaweb::RemoveCommentsFilter::OptionsImpl.


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