scone.proxy
Class ParsingMeg

java.lang.Object
  extended by HttpEditor
      extended by scone.proxy.HtmlTokenEditor
          extended by scone.proxy.ParsingMeg

public class ParsingMeg
extends HtmlTokenEditor

transforms tokens into database objects.

This Editor is initialized and set up by the Scone framework. Do not use it!
The ParsingMeg should be registered as the first monitor. It is registered at Scone by default.

Tokens are transformed using scone.util.DocumentParser

Author:
Harald Weinreich, Volkert Buchmann

Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class scone.proxy.HtmlTokenEditor
e
 
Constructor Summary
ParsingMeg(int requirements)
          create the initial instance
 
Method Summary
 void handleRequest(SconePipe pipe)
          Parse document and collect data for NetNode and HtmlNode objects: number of links, number of images, language etc.
 
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

ParsingMeg

public ParsingMeg(int requirements)
create the initial instance

Method Detail

handleRequest

public void handleRequest(SconePipe pipe)
Parse document and collect data for NetNode and HtmlNode objects: number of links, number of images, language etc.

Overrides:
handleRequest in class HtmlTokenEditor