| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrabbit.filter.HTMLFilter
rabbit.filter.AdFilter
This class switches advertising images into another image.
| Constructor Summary | |
| AdFilter(HTTPHeader request,
         HTTPHeader response)Create a new AdFilter for the given request, response pair. | |
| Method Summary | |
|  void | filterHTML(HTMLBlock block)Removes advertising from the given block. | 
|  boolean | isEvil(java.lang.String str)Check if a string is evil (that is its probably advertising). | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public AdFilter(HTTPHeader request,
                HTTPHeader response)
request - the actual request made.response - the actual response being sent.| Method Detail | 
public void filterHTML(HTMLBlock block)
filterHTML in class HTMLFilterblock - the part of the html page we are filtering.public boolean isEvil(java.lang.String str)
str - the String to check.| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||