net.sf.colle.web
Class RequestMapper

java.lang.Object
  extended bynet.sf.colle.web.RequestMapper

class RequestMapper
extends Object

Maps a request into the response document. Created: 21 Jun 2001

Version:
$Revision: 1.1 $, $Date: 2003/07/07 23:03:11 $
Author:
Jeremy Miller

Constructor Summary
(package private) RequestMapper()
           
 
Method Summary
static void map(org.jdom.Element pxContext, HttpServletRequest pxRequest)
          Maps a servlet request into the response document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestMapper

RequestMapper()
Method Detail

map

public static void map(org.jdom.Element pxContext,
                       HttpServletRequest pxRequest)
Maps a servlet request into the response document.

Parameters:
pxContext - parent element to add new elements onto