|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrabbit.filter.HTMLFilter
rabbit.filter.BlinkFilter
public class BlinkFilter
A filter that removes the blink and /blink tags.
| Field Summary |
|---|
| Fields inherited from class rabbit.filter.HTMLFilter |
|---|
con, request, response |
| Constructor Summary | |
|---|---|
BlinkFilter()
|
|
BlinkFilter(Connection con,
HTTPHeader request,
HTTPHeader response)
Create a new BlinkFilter for the given request, response pair. |
|
| Method Summary | |
|---|---|
void |
filterHTML(HTMLBlock block)
Remove blink tags. |
HTMLFilter |
newFilter(Connection con,
HTTPHeader request,
HTTPHeader response)
Get a new HTMLFilter for the given request, response pair. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BlinkFilter()
public BlinkFilter(Connection con,
HTTPHeader request,
HTTPHeader response)
con - the Connection handling the request.request - the actual request made.response - the actual response being sent.| Method Detail |
|---|
public HTMLFilter newFilter(Connection con,
HTTPHeader request,
HTTPHeader response)
HTMLFilter
newFilter in interface HTMLFilterFactorynewFilter in class HTMLFiltercon - the Connection handling the request.request - the actual request made.response - the actual response being sent.public void filterHTML(HTMLBlock block)
filterHTML in class HTMLFilterblock - 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 | ||||||||