prupp
Class Admin

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

public class Admin
extends java.lang.Object
implements MetaHandler

A MetaPage to give a simple interface to the different MetaPages there is.


Constructor Summary
Admin()
          default constructor
 
Method Summary
static java.util.Properties getProperties()
          Called when you want to get the possible settings this filter support.
 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.
static void setup(java.util.Properties properties)
          call this when you want to configure this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Admin

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

setup

public static void setup(java.util.Properties properties)
call this when you want to configure this class
Parameters:
properties - the Properties with the new settings.

getProperties

public static java.util.Properties getProperties()
Called when you want to get the possible settings this filter support.