Interface | Description |
---|---|
ApiProxyLocal |
A local service object, suitable for testing of service-client code as
well as for local runtime use in
dev_appserver . |
ContainerService |
Provides the backing servlet container support for the
DevAppServer ,
as discovered via ServiceProvider . |
DevAppServer |
DevAppServer launches a local Jetty server (by default) with a single
hosted web application. |
Class | Description |
---|---|
ApiProxyLocalFactory |
Factory class for an
ApiProxy.Delegate object configured to use local
services. |
DevAppServerFactory |
Creates new
DevAppServers which can be used to launch
web applications. |
DevAppServerMain |
The command-line entry point for DevAppServer.
|