|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.wbi.Meg
com.ibm.wbi.Editor
com.ibm.wbi.protocol.http.HttpEditor
scone.proxy.HtmlTokenEditor
scone.simpleAccesstracking.JavaScriptAdder
Adds line in header to get JavaScript code from AccessTrackingMeg, which tracks user actions.
The following Code is inserted:
<SCRIPT Language='JavaScript1.2' SRC='http://tracking.scone.de/_id123'></SCRIPT> where 123 is the nodeId
| Field Summary | |
static java.lang.String |
COPYRIGHT
|
| Fields inherited from class scone.proxy.HtmlTokenEditor |
e |
| Fields inherited from class com.ibm.wbi.Meg |
EDITOR, GENERATOR, MONITOR, REQUEST_EDITOR, UNDEFINED |
| Constructor Summary | |
JavaScriptAdder()
|
|
| Method Summary | |
void |
handleRequest(SconePipe pipe)
tries to add the preamble: before </head>-Tag before <body>-Tag before <frameset>-Tag before heading before table before link (<A> or <AREA>-Tag before image before form before preformatted text |
| Methods inherited from class scone.proxy.HtmlTokenEditor |
handleRequest, setResponseHeaderField |
| Methods inherited from class com.ibm.wbi.Editor |
getType |
| Methods inherited from class com.ibm.wbi.Meg |
forwardRequest, getCondition, getEnabled, getMegProperty, getMegProperty, getMegPropertyKeys, getName, getPlugin, getPriority, getSystemContext, initialize, initialize, isEnabled, isMegApplicable, loadMegResources, run, setCondition, setEnabled, setMegProperty, setName, setPriority, setSystemContext, setup, setup, setup, setup |
| 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 JavaScriptAdder()
| Method Detail |
public void handleRequest(SconePipe pipe)
handleRequest in class HtmlTokenEditorpipe - the SconePipe containing the document.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||