org.speakright.core
Class RawCGIParams

java.lang.Object
  extended by org.speakright.core.RawCGIParams

public class RawCGIParams
extends java.lang.Object

Holds all the CGI params received in an HTTP GET or POST. Used to build an SRResults object.

Author:
IanRaeLaptop

Constructor Summary
RawCGIParams()
           
 
Method Summary
 void add(java.lang.String param, java.lang.String value)
           
 java.util.Map getMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RawCGIParams

public RawCGIParams()
Method Detail

add

public void add(java.lang.String param,
                java.lang.String value)

getMap

public java.util.Map getMap()