BEA WebLogic Server 9.0 API Reference
weblogic.servlet
Class Env
java.lang.Object
weblogic.servlet.Env
- public final class Env
- extends Object
- Copyright © 2005 BEA Systems, Inc. All Rights Reserved.
Constructor Summary |
Env()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Env
public Env()
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)