|
|||||||||
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.BodyFilter
public class BodyFilter
A class that inserts some text and links at the top of a page. Useful for inserting links to unfiltered page.
Field Summary |
---|
Fields inherited from class rabbit.filter.HTMLFilter |
---|
con, request, response |
Constructor Summary | |
---|---|
BodyFilter()
|
|
BodyFilter(Connection con,
HTTPHeader request,
HTTPHeader response)
Create a new BodyFilter for the given request, response pair. |
Method Summary | |
---|---|
void |
filterHTML(HTMLBlock block)
Insert some text at the top of the html page. |
void |
handleTag(Tag tag,
HTMLBlock block,
int tokenIndex)
Handle a tag. |
protected int |
insertTokens(HTMLBlock block,
int pos)
Insert the links in an ordered fashion. |
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 BodyFilter()
public BodyFilter(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 HTMLFilterFactory
newFilter
in class HTMLFilter
con
- the Connection handling the request.request
- the actual request made.response
- the actual response being sent.public void filterHTML(HTMLBlock block)
filterHTML
in class SimpleTagFilter
block
- the part of the html page we are filtering.public void handleTag(Tag tag, HTMLBlock block, int tokenIndex)
SimpleTagFilter
handleTag
in class SimpleTagFilter
tag
- the Tag to handle.block
- the current HTMLBlocktokenIndex
- the index of the current Tokenprotected int insertTokens(HTMLBlock block, int pos)
block
- the html block were filtering.pos
- the position in the block were inserting stuff at.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |