prupp
Class OneGetter

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

public class OneGetter
extends java.lang.Object
implements MetaHandler

A MetaPage to get a value in the configurations. This page handles four very distinct sections: proxy, access, filter and users.


Constructor Summary
OneGetter()
          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)
          Get one value from the settings and return it to the client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneGetter

public OneGetter()
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)
Get one value from the settings and return it to the client.
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