-
Classes in org.gwizard.web used by org.gwizard.web
| 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 |
Walks through the guice injector bindings, visiting each one that is of the specified type.
|
| Scanner.Visitor |
|
| WebConfig |
Standard configuration options for a GWizard app.
|
| 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.
|