|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHttpEditor
scone.proxy.HtmlTokenEditor
scone.accesstracking.LinkEventAdder
public class LinkEventAdder
Adds onClick-Events to all A and AREA elements.
These Events set the linkId, which will be sent to the proxy for user action tracking.
The following Code is inserted: onClick="_scone_setlink(linkId);"
, where linkId is the number of that link.
The JavaScript function _scone_setlink()
is defined in the ActionTrackingMeg.
Field Summary |
---|
Fields inherited from class scone.proxy.HtmlTokenEditor |
---|
COPYRIGHT, e |
Constructor Summary | |
---|---|
LinkEventAdder()
|
Method Summary | |
---|---|
void |
handleRequest(SconePipe pipe)
accepts all links |
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 |
Constructor Detail |
---|
public LinkEventAdder()
Method Detail |
---|
public void handleRequest(SconePipe pipe)
handleRequest
in class HtmlTokenEditor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |