|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectrabbit.filter.HTMLFilter
This class describes the functions neccessary to filter a block of html.
| 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 |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 | ||||||||||