vqServer API Class vq.server.Parameters

java.lang.Object
    |
    +----vq.utils.kllist
            |
            +----vq.utils.kvlist
                    |
                    +----vq.server.Parameters
Contents
Package index
Package
API index

public class Parameters
extends kvlist
Represents a list of servlet initialisation parameters (name:value pairs). Warning: vqServer will not operate correctly if you add anything other than a Parameter to a Parameters.


Method Index

 o read(vqis)
Reads Parameter(s) from the specified input stream and adds them to the list.

Method Detail

 o read
public void read(vqis is) throws java.io.IOException
          Reads Parameter(s) from the specified input stream and adds them to the list.
Overrides:
read in class kllist


vqServer API version 1.9. vqServer and the vqServer API are copyright © Steve Shering and vqSoft 1997-2000. Last updated 15 May 2000.

Contents
Package index
Package
API index