|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectHttpEditor
scone.proxy.HtmlTokenEditor
scone.accesstracking.BodyEventAdder
public class BodyEventAdder
Adds events to the BODY-Tag to track the actions of a user. If the page contains a frameset, the events will not be added, because there will be no applet to communicate with.
onLoad is called after the page was loaded
onUnload is called when a page is left
| Field Summary | |
|---|---|
static java.lang.String |
COPYRIGHT
|
| Fields inherited from class scone.proxy.HtmlTokenEditor |
|---|
e |
| Constructor Summary | |
|---|---|
BodyEventAdder()
|
|
| Method Summary | |
|---|---|
void |
handleRequest(SconePipe pipe)
tries to add load and unload-events to the body-tag if no body tag can be found before first: heading table link (<A> or <AREA>-Tag image form preformatted text or before EOF a new body-tag is inserted. |
| Methods inherited from class scone.proxy.HtmlTokenEditor |
|---|
setResponseHeaderField |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COPYRIGHT
| Constructor Detail |
|---|
public BodyEventAdder()
| Method Detail |
|---|
public void handleRequest(SconePipe pipe)
if no body tag can be found before first:
handleRequest in class HtmlTokenEditor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||