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 Configurable, Container

Field 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(Config)

     o   getHTTPServer()

     o   getKey()

     o   getRealPath(String)

     o   init()

     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)


Fields 

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   init
 public void init()
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 void getConfig(Config c)
o   setConfig
 public synchronized void 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 SendableException, IOException
o   getKey
 public String getKey()
o   getHTTPServer
 public HTTPServer getHTTPServer()

All Packages  Class Hierarchy  This Package  Previous  Next  Index