All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.http.ResponderLookup

java.lang.Object
   |
   +----novocode.netforge.http.ResponderLookup

public final class ResponderLookup
extends Object
implements Container

Variable Index

 o sendableExceptionResponder

Constructor Index

 o ResponderLookup(NetForge, HTTPServer, String)

Method Index

 o addDefaultClassNames(Vector)
 o cartridgeBaseClassName()
 o cartridgeForName(String)
 o cartridges()
 o destroy()
 o getConfig()
 o getHTTPServer()
 o getKey()
 o getRealPath(String)
 o keyForName(String)
 o processRequest(Request)
 o put(String, String)
 o remove(String)
 o removeAll()
 o resetConfig()
 o responderFor(Request)
 o responderFor(String)
 o setConfig(Config)

Variables

 o sendableExceptionResponder
 public SendableExceptionResponder sendableExceptionResponder

Constructors

 o ResponderLookup
 public ResponderLookup(NetForge nf,
                        HTTPServer server,
                        String key)

Methods

 o cartridges
 public Enumeration cartridges()
 o put
 public synchronized boolean put(String pat,
                                 String resp)
 o remove
 public synchronized boolean remove(String pat)
 o removeAll
 public synchronized void removeAll()
 o cartridgeForName
 public synchronized Configurable cartridgeForName(String name)
 o keyForName
 public String keyForName(String name)
 o cartridgeBaseClassName
 public String cartridgeBaseClassName()
 o addDefaultClassNames
 public synchronized void addDefaultClassNames(Vector r)
 o responderFor
 public Responder responderFor(Request req) throws MessageException
 o responderFor
 public Responder responderFor(String path)
 o destroy
 public synchronized void destroy()
 o getConfig
 public synchronized Config getConfig()
 o setConfig
 public synchronized String setConfig(Config c)
 o resetConfig
 public synchronized void resetConfig()
 o getRealPath
 public String getRealPath(String path)
 o processRequest
 public final Response processRequest(Request req) throws ResponseException
 o getKey
 public String getKey()
 o getHTTPServer
 public HTTPServer getHTTPServer()

All Packages  Class Hierarchy  This Package  Previous  Next  Index