All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IMSWG.IW.Parameters

java.lang.Object
   |
   +----IMSWG.IW.Parameters

public class Parameters
extends Object

Constructor Index

 o Parameters()

Method Index

 o constructPostString()
 o convertObj2String(Object)
 o copy(Parameters)
 o getCgiUrl()
 o getGaeaTmp()
 o getHttpdHost()
 o getJumpNames()
 o getNorth()
 o getPretty(String)
getPretty - maps an ugly name to a pretty one.
 o getPrettyUglyList(String)
 o getScriptName()
 o getSession()
 o getUgly(String)
getUgly - maps a pretty name to an ugly one.
 o getValueOf(String)
 o parseParameters(String)
 o printHashList()
 o removeKey(String)
 o updateHash(String, String)

Constructors

 o Parameters
 public Parameters()

Methods

 o parseParameters
 public void parseParameters(String hiddenParameters)
 o printHashList
 public void printHashList()
 o getPrettyUglyList
 public Vector[] getPrettyUglyList(String s)
 o getJumpNames
 public Vector getJumpNames()
 o getPretty
 public String getPretty(String ugly)
getPretty - maps an ugly name to a pretty one.

 o getUgly
 public String getUgly(String pretty)
getUgly - maps a pretty name to an ugly one.

 o getSession
 public String getSession()
 o getGaeaTmp
 public String getGaeaTmp()
 o getHttpdHost
 public String getHttpdHost()
 o getCgiUrl
 public String getCgiUrl()
 o getScriptName
 public String getScriptName()
 o getNorth
 public String getNorth()
 o getValueOf
 public String getValueOf(String key)
 o convertObj2String
 public String convertObj2String(Object item)
 o updateHash
 public void updateHash(String key,
                        String value)
 o removeKey
 public void removeKey(String key)
 o constructPostString
 public String constructPostString()
 o copy
 public void copy(Parameters param1)

All Packages  Class Hierarchy  This Package  Previous  Next  Index