|
||||||||||
| 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.
| Field Summary | |
protected static java.lang.String |
ADREPLACER
the image we replace ads with |
| Fields inherited from class rabbit.filter.HTMLFilter |
request, response |
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected static final java.lang.String ADREPLACER
| 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 | |||||||||