All Packages Class Hierarchy This Package Previous Next Index
Class novocode.netforge.http.responder.CgiFrontend
java.lang.Object
|
+----novocode.netforge.http.responder.Responder
|
+----novocode.netforge.http.responder.Frontend
|
+----novocode.netforge.http.responder.CgiFrontend
- public final class CgiFrontend
- extends Frontend
Constructor Index
- o
CgiFrontend()
-
Method Index
- o
createResponse(Request)
-
- o
fillHashtableWithCgiVars(Hashtable, Response, String, String, boolean)
-
- o
getConfig(Config)
-
- o
hashtableToEnv(Hashtable)
-
- o
resetConfig()
-
- o
setConfig(Config)
-
o
CgiFrontend
public CgiFrontend()
o
getConfig
public synchronized void getConfig(Config c)
- Overrides:
- getConfig in class Frontend
o
setConfig
public synchronized void setConfig(Config c) throws SetConfigException
- Overrides:
- setConfig in class Frontend
o
resetConfig
public synchronized void resetConfig()
- Overrides:
- resetConfig in class Frontend
o
createResponse
public Response createResponse(Request request)
- Overrides:
- createResponse in class Responder
o
fillHashtableWithCgiVars
public static void fillHashtableWithCgiVars(Hashtable h,
Response res,
String scriptName,
String pathInfo,
boolean lookupRemoteHost)
o
hashtableToEnv
public static String[] hashtableToEnv(Hashtable h)
All Packages Class Hierarchy This Package Previous Next Index