gistoolkit.server.mapservice
Class Request

java.lang.Object
  extended bygistoolkit.server.mapservice.Request

public class Request
extends java.lang.Object

Represents the incoming request from the client.


Constructor Summary
Request(java.util.Properties inProperties)
          Creates new Request
 
Method Summary
 java.lang.String getParameter(java.lang.String inKey)
          Get a parameter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Request

public Request(java.util.Properties inProperties)
Creates new Request

Method Detail

getParameter

public java.lang.String getParameter(java.lang.String inKey)
Get a parameter.