|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--prupp.filter.Filter | +--prupp.filter.BodyFilter
add some text (and if given an url also an noproxy-link) directly after the body-tag.
Constructor Summary | |
BodyFilter()
default constructor |
|
BodyFilter(java.net.URL url)
contruct with an URL to make the link correctly |
Method Summary | |
java.lang.String |
filter(HTMLBlock block)
Add a identifier on top of the page. |
static java.util.Properties |
getProperties()
Called when you want to get the possible settings this filter support. |
static void |
setup(java.util.Properties properties)
setup of this filter. |
Methods inherited from class prupp.filter.Filter |
isString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public BodyFilter()
public BodyFilter(java.net.URL url)
url
- the URL of the page.Method Detail |
public java.lang.String filter(HTMLBlock block)
block
- the HTMLBlock were filtering.public static void setup(java.util.Properties properties)
properties
- the properties to use.public static java.util.Properties getProperties()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |