scone.proxy
Class NoCacheMeg

java.lang.Object
  extended by Editor
      extended by scone.proxy.NoCacheMeg

public class NoCacheMeg
extends Editor

The NoCacheMeg is a WBI MEG that adds "NoCache" command in the header of the response of a server. Use it if your plugin requires to reload the page even if the back-button is pressed...
It is activated if you set the plugin.NOCACHE requirement


Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
NoCacheMeg()
           
 
Method Summary
 void handleRequest(RequestEvent e)
          the MEG's handleRequest() method.
 
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

NoCacheMeg

public NoCacheMeg()
Method Detail

handleRequest

public void handleRequest(RequestEvent e)
                   throws RequestRejectedException,
                          java.io.IOException
the MEG's handleRequest() method.

Throws:
RequestRejectedException
java.io.IOException