|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectrabbit.filter.HTMLFilter
rabbit.filter.SimpleTagFilter
rabbit.filter.BackgroundFilter
This class removes background images from html pages.
| Field Summary |
| Fields inherited from class rabbit.filter.HTMLFilter |
request, response |
| Constructor Summary | |
BackgroundFilter(HTTPHeader request,
HTTPHeader response)
Create a new BackgroundFilter for the given request, response pair. |
|
| Method Summary | |
void |
handleTag(Tag tag,
HTMLBlock block,
int tokenIndex)
Remove background images from the given block. |
| Methods inherited from class rabbit.filter.SimpleTagFilter |
filterHTML |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BackgroundFilter(HTTPHeader request,
HTTPHeader response)
request - the actual request made.response - the actual response being sent.| Method Detail |
public void handleTag(Tag tag,
HTMLBlock block,
int tokenIndex)
handleTag in class SimpleTagFiltertag - the current Tagblock - the current HTMLBlocktokenIndex - the index of the current Token
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||