au.com.lastweekend.cgi
Class CGIRequest

java.lang.Object
  extended by au.com.lastweekend.cgi.CGIRequest

public class CGIRequest
extends java.lang.Object

Extracts CGI variables and script location from a Request

Version:
$Id: CGIRequest.java 112 2008-11-08 01:14:52Z lwoggardner $
Author:
Grant Gardner grant@lastweekend.com.au

Field Summary
 org.slf4j.Logger log
           
 
Constructor Summary
CGIRequest(javax.servlet.ServletConfig config)
           
 
Method Summary
 java.io.File parseRequest(javax.servlet.http.HttpServletRequest req, java.util.Map<java.lang.String,java.lang.String> env)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public final org.slf4j.Logger log
Constructor Detail

CGIRequest

public CGIRequest(javax.servlet.ServletConfig config)
           throws javax.servlet.ServletException
Throws:
javax.servlet.ServletException
Method Detail

parseRequest

public java.io.File parseRequest(javax.servlet.http.HttpServletRequest req,
                                 java.util.Map<java.lang.String,java.lang.String> env)
                          throws java.io.FileNotFoundException
Throws:
java.io.FileNotFoundException


Copyright © 2008. All Rights Reserved.