Package org.gwizard.web

  • Interface Summary
    Interface Description
    Scanner.Visitor<V>  
  • Class Summary
    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.
    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.