Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mortbay.servlet
Class CGI.EnvList  view CGI.EnvList download CGI.EnvList.java

java.lang.Object
  extended byorg.mortbay.servlet.CGI.EnvList
Enclosing class:
CGI

private static class CGI.EnvList
extends java.lang.Object

private utility class that manages the Environment passed to exec.


Field Summary
private  java.util.List envList
           
 
Constructor Summary
private CGI.EnvList()
           
 
Method Summary
 java.lang.String[] getEnvArray()
          Get representation suitable for passing to exec.
 void set(java.lang.String name, java.lang.String value)
          Set a name/value pair, null values will be treated as an empty String
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

envList

private java.util.List envList
Constructor Detail

CGI.EnvList

private CGI.EnvList()
Method Detail

set

public void set(java.lang.String name,
                java.lang.String value)
Set a name/value pair, null values will be treated as an empty String


getEnvArray

public java.lang.String[] getEnvArray()
Get representation suitable for passing to exec.