|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rabbit.filter.HTMLFilter
This class describes the functions neccessary to filter a block of html.
Field Summary | |
protected HTTPHeader |
request
The actual request made. |
protected HTTPHeader |
response
The actual response. |
Constructor Summary | |
HTMLFilter(HTTPHeader request,
HTTPHeader response)
Create a new HTMLFilter for the given request, response pair. |
Method Summary | |
abstract void |
filterHTML(HTMLBlock block)
Filter a block of html. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected HTTPHeader request
protected HTTPHeader response
Constructor Detail |
public HTMLFilter(HTTPHeader request, HTTPHeader response)
request
- the actual request made.response
- the actual response being sent.Method Detail |
public abstract void filterHTML(HTMLBlock block)
block
- the part of the html page to filter.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |