scone.accesstracking
Class FormSubmitEventAdder

java.lang.Object
  extended by HttpEditor
      extended by scone.proxy.HtmlTokenEditor
          extended by scone.accesstracking.FormSubmitEventAdder

public class FormSubmitEventAdder
extends HtmlTokenEditor

Adds events to the BODY-Tag to track the actions of a user.

onLoad is called after the page was loaded
onUnload is called when a page is left

Author:
Harald Weinreich, Volkert Buchmann modified by Torsten Hass

Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class scone.proxy.HtmlTokenEditor
e
 
Constructor Summary
FormSubmitEventAdder()
           
 
Method Summary
 void handleRequest(SconePipe pipe)
          tries to add an onsubmit-event to the form-tag
 
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Constructor Detail

FormSubmitEventAdder

public FormSubmitEventAdder()
Method Detail

handleRequest

public void handleRequest(SconePipe pipe)
tries to add an onsubmit-event to the form-tag

Overrides:
handleRequest in class HtmlTokenEditor