prupp
Class ClearCache

java.lang.Object
  |
  +--prupp.ClearCache

public class ClearCache
extends java.lang.Object
implements MetaHandler

Clears the cache on all files that are in it.


Constructor Summary
ClearCache()
          default constructor
 
Method Summary
 void handle(java.io.DataInputStream input, java.io.DataOutputStream output, java.net.URL url, java.util.Properties htab, java.lang.String uap)
          handler of a MetaPage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearCache

public ClearCache()
default constructor
Method Detail

handle

public void handle(java.io.DataInputStream input,
                   java.io.DataOutputStream output,
                   java.net.URL url,
                   java.util.Properties htab,
                   java.lang.String uap)
handler of a MetaPage.
Specified by:
handle in interface MetaHandler
Parameters:
input - the InputStream from the client.
output - the OutputStream to the client.
url - the requested url.
htab - the supplied argument to the page (CGI-parameters).
uap - the username and paswword as by Basic-authentication