scone.examples.magnifier
Class Magnifier

java.lang.Object
  extended by HttpEditor
      extended by scone.proxy.HtmlTokenEditor
          extended by scone.examples.magnifier.Magnifier

public class Magnifier
extends HtmlTokenEditor


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from class scone.proxy.HtmlTokenEditor
e
 
Constructor Summary
Magnifier(MagnifierPlugin plugin)
           
 
Method Summary
 void handleRequest(SconePipe pipe)
          the MEG's handleRequest() method.
 
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

Magnifier

public Magnifier(MagnifierPlugin plugin)
Method Detail

handleRequest

public void handleRequest(SconePipe pipe)
Description copied from class: HtmlTokenEditor
the MEG's handleRequest() method. Do not use it.

Overrides:
handleRequest in class HtmlTokenEditor