Package org.gwizard.web


package org.gwizard.web
  • Class
    Description
    Walks through the guice injector bindings, visiting each one that is an EventListener.
    Walks through the guice injector bindings, visiting each one that is a Handler.
    Walks through the guice injector bindings, visiting each one that is of the specified type.
     
    Standard configuration options for a GWizard app.
    Optional implementation of WebConfig properties.
     
    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.
    A Guava service to startup / shutdown the web server.