rabbit.filter
Class BackgroundFilter
java.lang.Object
rabbit.filter.HTMLFilter
rabbit.filter.SimpleTagFilter
rabbit.filter.BackgroundFilter
- All Implemented Interfaces:
- HTMLFilterFactory
public class BackgroundFilter
- extends SimpleTagFilter
This class removes background images from html pages.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BackgroundFilter
public BackgroundFilter()
BackgroundFilter
public BackgroundFilter(Connection con,
HTTPHeader request,
HTTPHeader response)
- Create a new BackgroundFilter for the given request, response pair.
- Parameters:
con - the Connection handling the request.request - the actual request made.response - the actual response being sent.
newFilter
public HTMLFilter newFilter(Connection con,
HTTPHeader request,
HTTPHeader response)
- Description copied from class:
HTMLFilter
- Get a new HTMLFilter for the given request, response pair.
- Specified by:
newFilter in interface HTMLFilterFactory- Specified by:
newFilter in class HTMLFilter
- Parameters:
con - the Connection handling the request.request - the actual request made.response - the actual response being sent.
handleTag
public void handleTag(Tag tag,
HTMLBlock block,
int tokenIndex)
- Remove background images from the given block.
- Specified by:
handleTag in class SimpleTagFilter
- Parameters:
tag - the current Tagblock - the current HTMLBlocktokenIndex - the index of the current Token