BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.servlet
Class Env

java.lang.Object
  extended byweblogic.servlet.Env

public final class Env
extends Object

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
Env()
           
 
Method Summary
static Env getenv()
          get snapshot current environment as a whole
 String getenv(String name)
           
 ArrayList getWholeEnv()
           
 String[] getWholeStrEnv()
           
static String globalGetenv(String name)
           
static void globalPutenv(String name)
           
 void putenv(String nameEqVal)
           
 void putenv(String name, String val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Env

public Env()
Method Detail

getenv

public static Env getenv()
get snapshot current environment as a whole


getenv

public String getenv(String name)

getWholeEnv

public ArrayList getWholeEnv()

getWholeStrEnv

public String[] getWholeStrEnv()

globalGetenv

public static String globalGetenv(String name)

globalPutenv

public static void globalPutenv(String name)

putenv

public void putenv(String nameEqVal)

putenv

public void putenv(String name,
                   String val)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.