|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrabbit.filter.HTMLFilter
rabbit.filter.LowresImageFilter
This filter removes the "lowsrc=some_image.gif" attributes from the <img> tags.
Constructor Summary | |
LowresImageFilter(HTTPHeader request,
HTTPHeader response)
Create a new LowresImageFilter for the given request, response pair. |
Method Summary | |
void |
filterHTML(HTMLBlock block)
remove the lowres tags. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LowresImageFilter(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 HTMLFilter
block
- the part of the html page we are filtering.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |