prupp
Class Configurer

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

public class Configurer
extends java.lang.Object
implements MetaHandler

A MetaPage to handle runtime configuration of filters.


Constructor Summary
Configurer()
          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

Configurer

public Configurer()
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