scone.proxy
Class PageTimeoutMeg

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

public class PageTimeoutMeg
extends Editor

The PageTimeoutMeg is a WBI MEG that adds timeout commands to the header of the server response. It is similar to the NoCacheMeg but the user does not have to reload pages every time as the timeout is set to 5min. USe it, if your plugin requires to reload the page every time a user starts the browser...
It is activated if you set the plugin.PAGETIMEOUT requirement


Field Summary
static java.lang.String COPYRIGHT
           
 
Constructor Summary
PageTimeoutMeg()
           
 
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

PageTimeoutMeg

public PageTimeoutMeg()
Method Detail

handleRequest

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

Throws:
RequestRejectedException
java.io.IOException