All Classes

Class Description
EventListenerScanner
Walks through the guice injector bindings, visiting each one that is an EventListener.
HandlerScanner
Walks through the guice injector bindings, visiting each one that is a Handler.
Scanner<T>
Walks through the guice injector bindings, visiting each one that is of the specified type.
Scanner.Visitor<V>  
WebConfig
Standard configuration options for a GWizard app.
WebModule  
WebServer
Simple Jetty-based embedded web server which configures itself from a bound WebConfig and serves the GuiceFilter so you can manage web content with Guice ServletModules.
WebServerService
A Guava service to startup / shutdown the web server.