Uses of Interface
com.croftsoft.core.role.Server

Packages that use Server
com.croftsoft.core.servlet Package javax.servlet support. 
com.croftsoft.core.util Package java.util support and utility classes. 
 

Uses of Server in com.croftsoft.core.servlet
 

Constructors in com.croftsoft.core.servlet with parameters of type Server
HttpGatewayServlet(Server server, Parser parser, Encoder encoder)
           
 

Uses of Server in com.croftsoft.core.util
 

Classes in com.croftsoft.core.util that implement Server
 class ClassMapServer
          Maps requests to a delegate Server based upon the request Class.
 

Methods in com.croftsoft.core.util that return Server
 Server ClassMapServer.put(Class c, Server server)
           
 

Methods in com.croftsoft.core.util with parameters of type Server
 Server ClassMapServer.put(Class c, Server server)
           
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)